diff options
author | Akshay <[email protected]> | 2022-01-23 04:38:03 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-23 04:38:03 +0000 |
commit | 7cc887807552b2286c0db5806a9426b3bb50a2be (patch) | |
tree | 2e2b8e197bf66446aa4a045f5b9496ebc1702aae /bin/Cargo.toml | |
parent | 23892b034d710bfbfa1f82c48fbfecb68f791f13 (diff) | |
parent | bfb11bcffc93ce8a0849a5d72d5f9e11c79e9f43 (diff) |
Merge pull request #33 from nerdypepper/fix/nix-presence
fix: nix binary should not be mandatory
Diffstat (limited to 'bin/Cargo.toml')
-rw-r--r-- | bin/Cargo.toml | 2 |
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] |
2 | name = "statix" | 2 | name = "statix" |
3 | version = "0.5.0" | 3 | version = "0.5.1" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | authors = [ "Akshay <[email protected]>" ] | 6 | authors = [ "Akshay <[email protected]>" ] |