From f4c3350d16f9bb3c01b1eb675e63b606c2d47034 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Tue, 6 Feb 2024 20:14:34 +0800 Subject: [PATCH] feat: bump version to 2.3.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c878f6ac..faeb4ca0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "casbin" readme = "README.md" repository = "https://github.com/casbin/casbin-rs" -version = "2.2.0" +version = "2.3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 650d8077..7e33f5f4 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add this package to `Cargo.toml` of your project. (Check https://crates.io/crate ```toml [dependencies] -casbin = { version = "2.2.0", default-features = false, features = ["runtime-async-std", "logging", "incremental"] } +casbin = { version = "2.3.0", default-features = false, features = ["runtime-async-std", "logging", "incremental"] } tokio = { version = "1.10.0", features = ["fs", "io-util"] } ```