Skip to content

Commit 8e9e510

Browse files
committed
[newtype-uuid] version 1.0.1
1 parent dfd30fd commit 8e9e510

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.

crates/integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
publish = false
77

88
[dependencies]
9-
newtype-uuid = { version = "1.0.0", path = "../newtype-uuid" }
9+
newtype-uuid = { version = "1.0.1", path = "../newtype-uuid" }
1010
dropshot = { version = "0.10.0", optional = true }
1111
expectorate = { version = "1.0.6", optional = true }
1212
prettyplease = { version = "0.2.16", optional = true }

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.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/oxidecomputer/newtype-uuid"

0 commit comments

Comments
 (0)