Cargo.toml: bump version to 0.1.5

This commit is contained in:
Astro 2022-04-08 00:43:22 +02:00
parent ade13d3964
commit e5df5129f3
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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",

View File

@ -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"