diff --git a/Cargo.lock b/Cargo.lock index f856370..9e7fdcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ checksum = "61568f4b6f1d9c6b31185090275fb372dab0f5cea6a772e906ec56d1dc6d74aa" [[package]] name = "nougat" -version = "0.1.0-rc2" +version = "0.1.0" dependencies = [ "macro_rules_attribute", "nougat-proc_macros", @@ -29,7 +29,7 @@ dependencies = [ [[package]] name = "nougat-proc_macros" -version = "0.1.0-rc2" +version = "0.1.0" dependencies = [ "prettyplease", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index f41ab1e..dc1e468 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "nougat" authors = [ "Daniel Henry-Mantilla ", ] -version = "0.1.0-rc2" # Keep in sync +version = "0.1.0" # Keep in sync edition = "2021" license = "Zlib OR MIT OR Apache-2.0" @@ -28,7 +28,7 @@ macro_rules_attribute.version = "0.1.0" [dependencies.nougat-proc_macros] path = "src/proc_macros" -version = "0.1.0-rc2" # Keep in sync +version = "0.1.0" # Keep in sync [dev-dependencies] polonius-the-crab.version = "0.2.1" diff --git a/src/proc_macros/Cargo.toml b/src/proc_macros/Cargo.toml index 9045e85..4c04e96 100644 --- a/src/proc_macros/Cargo.toml +++ b/src/proc_macros/Cargo.toml @@ -8,7 +8,7 @@ name = "nougat-proc_macros" authors = [ "Daniel Henry-Mantilla " ] -version = "0.1.0-rc2" # Keep in sync +version = "0.1.0" # Keep in sync edition = "2018" license = "Zlib OR MIT OR Apache-2.0"