From 8920c57341a8a3bef4c124b4ead5dd1e0e1575a8 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Thu, 2 Jun 2022 23:28:12 -0700 Subject: [PATCH] Bump to 0.8.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5178f02..411c0dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,7 +125,7 @@ dependencies = [ [[package]] name = "bunbun" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index 4ce42b7..5ef6b1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bunbun" -version = "0.8.0" +version = "0.8.1" authors = ["Edward Shen "] edition = "2021" description = "Re-implementation of bunny1 in Rust"