diff --git a/Cargo.lock b/Cargo.lock index 77d8273..91d5955 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,7 +113,7 @@ checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" [[package]] name = "nix-config-parser" -version = "0.1.3" +version = "0.2.0" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 62d8f8a..f6dc10b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-config-parser" description = "A simple parser for the Nix configuration file format" -version = "0.1.3" +version = "0.2.0" edition = "2021" resolver = "2" license = "LGPL-2.1"