Cargo.toml: bump version to 1.2.0

This commit is contained in:
Astro 2023-04-29 20:37:45 +02:00
parent 80e392d080
commit c912ac1925
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -121,7 +121,7 @@ checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636"
[[package]]
name = "deadnix"
version = "1.1.0"
version = "1.2.0"
dependencies = [
"ariadne",
"clap",

View File

@ -1,7 +1,7 @@
[package]
name = "deadnix"
description = "Find unused code in Nix projects"
version = "1.1.0"
version = "1.2.0"
authors = ["Astro <astro@spaceboyz.net>"]
edition = "2021"
license = "GPL-3.0-or-later"