From af6e95f703b7b28d511feef0dbe959c50d8ef4c1 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 15 Apr 2024 13:23:40 +0200 Subject: [PATCH] Cargo : 0.4.0 -> 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b244e8a..f81cc6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rash" -version = "0.4.0" +version = "0.5.0" diff --git a/Cargo.toml b/Cargo.toml index 564bcea..81a7b1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rash" -version = "0.4.0" +version = "0.5.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html