From 847adcbe4ca8dcce88904adce1414d6f43f05694 Mon Sep 17 00:00:00 2001 From: bouzuya Date: Sat, 2 Dec 2023 14:37:16 +0900 Subject: [PATCH] 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e3ed70..90e9e74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,7 +362,7 @@ dependencies = [ [[package]] name = "genuuid" -version = "0.4.2" +version = "0.5.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 9bda27d..7b8c896 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "genuuid" -version = "0.4.2" +version = "0.5.0" edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] anyhow = "1.0.75" axum = "0.7.1"