Skip to content

Commit

Permalink
Prepare 0.4.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greyblake committed Aug 28, 2023
1 parent 145f28f commit 7d8e8db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nutype/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nutype"
version = "0.4.0-beta.1"
version = "0.4.0-beta.2"
authors = ["Serhii Potapov <[email protected]>"]
edition = "2021"
description = "The newtype with guarantees."
Expand All @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion nutype_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
description = "The newtype with guarantees."
Expand Down

0 comments on commit 7d8e8db

Please sign in to comment.