diff --git a/Cargo.lock b/Cargo.lock index 3f2a5a4a8..03efc2929 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" [[package]] name = "newtype-uuid" -version = "0.2.1" +version = "0.3.0" dependencies = [ "schemars", "serde", diff --git a/Cargo.toml b/Cargo.toml index 1cb49b12a..4c5356876 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "newtype-uuid" -version = "0.2.1" +version = "0.3.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/oxidecomputer/newtype-uuid"