diff --git a/Cargo.lock b/Cargo.lock index 4182cc7..dc0769a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,7 +59,7 @@ checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" [[package]] name = "bootspec" -version = "1.0.0" +version = "1.0.1" dependencies = [ "serde", "serde_json", @@ -276,7 +276,7 @@ dependencies = [ [[package]] name = "synthesize" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bootspec", "clap", @@ -331,7 +331,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "validate" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bootspec", "serde_json", diff --git a/bootspec/Cargo.toml b/bootspec/Cargo.toml index afbb95e..1c0dbe8 100644 --- a/bootspec/Cargo.toml +++ b/bootspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bootspec" -version = "1.0.0" +version = "1.0.1" edition = "2021" description = "An implementation of NixOS RFC 125's bootspec datatype" license = "MIT" diff --git a/synthesize/Cargo.toml b/synthesize/Cargo.toml index 668549c..1235f4b 100644 --- a/synthesize/Cargo.toml +++ b/synthesize/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "synthesize" -version = "0.1.0" +version = "0.1.1" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/validate/Cargo.toml b/validate/Cargo.toml index c83618e..7a87b44 100644 --- a/validate/Cargo.toml +++ b/validate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "validate" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html