diff --git a/nutype/Cargo.toml b/nutype/Cargo.toml index 5d49bdb..4e2f386 100644 --- a/nutype/Cargo.toml +++ b/nutype/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nutype" -version = "0.4.0-beta.1" +version = "0.4.0-beta.2" authors = ["Serhii Potapov "] edition = "2021" description = "The newtype with guarantees." @@ -15,7 +15,7 @@ categories = ["data-structures", "rust-patterns"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -nutype_macros = { version = "0.3.1", path = "../nutype_macros" } +nutype_macros = { version = "0.4.0-beta.2", path = "../nutype_macros" } [features] serde = ["nutype_macros/serde"] diff --git a/nutype_macros/Cargo.toml b/nutype_macros/Cargo.toml index ba9bff6..18ead31 100644 --- a/nutype_macros/Cargo.toml +++ b/nutype_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nutype_macros" -version = "0.4.0-beta.1" +version = "0.4.0-beta.2" edition = "2021" authors = ["Serhii Potapov "] description = "The newtype with guarantees."