Skip to content

Commit a154e51

Browse files
committed
[newtype-uuid] version 1.3.0
1 parent 85b5ed1 commit a154e51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ expectorate = "1.2.0"
1414
heck = "0.5"
1515
integration-tests = { path = "crates/integration-tests" }
1616
my-custom-uuid = { path = "crates/newtype-uuid", package = "newtype-uuid" }
17-
newtype-uuid = { version = "1.2.2", path = "crates/newtype-uuid" }
17+
newtype-uuid = { version = "1.3.0", path = "crates/newtype-uuid" }
1818
newtype-uuid-macros = { version = "0.1.0", path = "crates/newtype-uuid-macros" }
1919
prettyplease = "0.2.35"
2020
proc-macro2 = "1.0"

crates/newtype-uuid/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "newtype-uuid"
3-
version = "1.2.4"
3+
version = "1.3.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)