Cargo.toml: bump version to 1.1.0

This commit is contained in:
Astro 2023-04-18 23:38:47 +02:00
parent 302f856176
commit ac71fa6a9c
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.0.0"
version = "1.1.0"
dependencies = [
"ariadne",
"clap",

View File

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