Skip to content

Commit 06f3121

Browse files
committed
[newtype-uuid] version 1.1.0
1 parent 9c8bb66 commit 06f3121

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

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

crates/integration-tests/Cargo.toml

+1-1
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.1", path = "../newtype-uuid" }
9+
newtype-uuid = { version = "1.1.0", path = "../newtype-uuid" }
1010
dropshot = { version = "0.10.0", optional = true }
1111
expectorate = { version = "1.0.6", optional = true }
1212
prettyplease = { version = "0.2.17", optional = true }

crates/newtype-uuid/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "newtype-uuid"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/oxidecomputer/newtype-uuid"

0 commit comments

Comments
 (0)