From 43f856ec111a124da29d41ddb23f87cd47eeb6e0 Mon Sep 17 00:00:00 2001 From: hsluoyz Date: Tue, 7 Jan 2025 08:56:02 +0800 Subject: [PATCH] feat: bump version to 2.7.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 40362e1e..d1a83bd7 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.6.0" +version = "2.7.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 801b41af..d429f7a8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Add this package to `Cargo.toml` of your project. (Check https://crates.io/crate ```toml [dependencies] -casbin = { version = "2.6.0", default-features = false, features = ["runtime-async-std", "logging", "incremental"] } +casbin = { version = "2.7.0", default-features = false, features = ["runtime-async-std", "logging", "incremental"] } tokio = { version = "1.10.0", features = ["fs", "io-util"] } ```