aboutsummaryrefslogtreecommitdiff
path: root/bin/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-01-23 04:28:11 +0000
committerAkshay <[email protected]>2022-01-23 04:29:32 +0000
commitbfb11bcffc93ce8a0849a5d72d5f9e11c79e9f43 (patch)
tree2e2b8e197bf66446aa4a045f5b9496ebc1702aae /bin/Cargo.toml
parent23892b034d710bfbfa1f82c48fbfecb68f791f13 (diff)
fix: nix binary should not be mandatoryfix/nix-presence
Diffstat (limited to 'bin/Cargo.toml')
-rw-r--r--bin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Cargo.toml b/bin/Cargo.toml
index db1151a..90c7081 100644
--- a/bin/Cargo.toml
+++ b/bin/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "statix" 2name = "statix"
3version = "0.5.0" 3version = "0.5.1"
4edition = "2018" 4edition = "2018"
5license = "MIT" 5license = "MIT"
6authors = [ "Akshay <[email protected]>" ] 6authors = [ "Akshay <[email protected]>" ]