From 20a7efb4e664a89de0735faa3cd3d876402bace2 Mon Sep 17 00:00:00 2001 From: fioncat Date: Tue, 7 May 2024 15:33:39 +0800 Subject: [PATCH] chore: update cargo version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43488e9..a736fe8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1370,7 +1370,7 @@ dependencies = [ [[package]] name = "roxide" -version = "0.16.0" +version = "0.16.1" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a80b2e0..a9b32ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roxide" -version = "0.16.0" +version = "0.16.1" edition = "2021" build = "build.rs" license = "MIT"