From 5aaf1184627c97a3a70f9956c5059ad7756e6bb1 Mon Sep 17 00:00:00 2001 From: Rain Date: Wed, 15 Jan 2025 04:04:34 +0000 Subject: [PATCH] [newtype-uuid] version 1.2.0 --- Cargo.lock | 2 +- crates/newtype-uuid/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca6ecf9b8..597e4f8e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -833,7 +833,7 @@ dependencies = [ [[package]] name = "newtype-uuid" -version = "1.1.3" +version = "1.2.0" dependencies = [ "proptest", "schemars", diff --git a/crates/newtype-uuid/Cargo.toml b/crates/newtype-uuid/Cargo.toml index d4bc621d6..05b7ceb8d 100644 --- a/crates/newtype-uuid/Cargo.toml +++ b/crates/newtype-uuid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "newtype-uuid" -version = "1.1.3" +version = "1.2.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/oxidecomputer/newtype-uuid"