Skip to content

Commit aade9b9

Browse files
authored
Merge pull request #123 from greyblake/prepare-v041-beta1
Prepare for release 0.4.1-beta.1
2 parents f900391 + e2af0cc commit aade9b9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nutype/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nutype"
3-
version = "0.4.0"
3+
version = "0.4.1-beta.1"
44
authors = ["Serhii Potapov <[email protected]>"]
55
edition = "2021"
66
description = "The newtype with guarantees."
@@ -15,7 +15,7 @@ categories = ["data-structures", "rust-patterns"]
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[dependencies]
18-
nutype_macros = { version = "0.4.0", path = "../nutype_macros" }
18+
nutype_macros = { version = "0.4.1-beta.1", path = "../nutype_macros" }
1919

2020
[features]
2121
default = ["std"]

nutype_macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nutype_macros"
3-
version = "0.4.0"
3+
version = "0.4.1-beta.1"
44
edition = "2021"
55
authors = ["Serhii Potapov <[email protected]>"]
66
description = "The newtype with guarantees."

0 commit comments

Comments
 (0)