Skip to content

Commit

Permalink
Merge pull request #170 from greyblake/prepare-050-beta1
Browse files Browse the repository at this point in the history
Prepare 0.5.0-beta.1
  • Loading branch information
greyblake committed Aug 24, 2024
2 parents bc00fa3 + cdd68aa commit 9cd48dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/no_std_example/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3"
version = "0.5.0-beta.1"
authors = ["Serhii Potapov <blake131313@gmail.com>"]
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.4.3", path = "../nutype_macros" }
nutype_macros = { version = "0.5.0-beta.1", path = "../nutype_macros" }

[dev-dependencies]
regex = "1.0"
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.3"
version = "0.5.0-beta.1"
edition = "2021"
authors = ["Serhii Potapov <blake131313@gmail.com>"]
description = "The newtype with guarantees."
Expand Down

0 comments on commit 9cd48dc

Please sign in to comment.