Bump version to v1.0.0

This commit is contained in:
clerie 2025-01-01 16:34:53 +01:00
parent 96fea89adc
commit 01b4d0b28a
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -325,7 +325,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "improv-setup"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"anyhow",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "improv-setup"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
[dependencies]

View File

@ -10,7 +10,7 @@
in {
improv-setup = pkgs.rustPlatform.buildRustPackage rec {
pname = "improv-setup";
version = "0.1.0";
version = "1.0.0";
src = ./.;