Skip to content

Commit 98794e8

Browse files
committed
prepare-043-beta1
1 parent 4ab24cc commit 98794e8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

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

examples/no_std_example/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.2"
3+
version = "0.4.3-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.2", path = "../nutype_macros" }
18+
nutype_macros = { version = "0.4.3-beta.1", path = "../nutype_macros" }
1919

2020
[dev-dependencies]
2121
regex = "1.0"

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.2"
3+
version = "0.4.3-beta.1"
44
edition = "2021"
55
authors = ["Serhii Potapov <[email protected]>"]
66
description = "The newtype with guarantees."

0 commit comments

Comments
 (0)