Cargo.toml: bump version to 1.2.1

This commit is contained in:
Astro 2023-10-31 17:00:41 +01:00
parent 49741c9b2a
commit efcd46e382
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

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