mirror of
https://github.com/astro/deadnix.git
synced 2024-11-05 04:24:08 +03:00
Cargo.toml: bump version to 0.1.5
This commit is contained in:
parent
ade13d3964
commit
e5df5129f3
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -66,7 +66,7 @@ checksum = "328b822bdcba4d4e402be8d9adb6eebf269f969f8eadef977a553ff3c4fbcb58"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deadnix"
|
name = "deadnix"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ariadne",
|
"ariadne",
|
||||||
"clap",
|
"clap",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deadnix"
|
name = "deadnix"
|
||||||
description = "Find unused code in Nix projects"
|
description = "Find unused code in Nix projects"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
authors = ["Astro <astro@spaceboyz.net>"]
|
authors = ["Astro <astro@spaceboyz.net>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
Loading…
Reference in New Issue
Block a user