diff --git a/Cargo.toml b/Cargo.toml index 1fe6420a..716ad1a5 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.5.0" +version = "2.6.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 551bf596..801b41af 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.5.0", default-features = false, features = ["runtime-async-std", "logging", "incremental"] } +casbin = { version = "2.6.0", default-features = false, features = ["runtime-async-std", "logging", "incremental"] } tokio = { version = "1.10.0", features = ["fs", "io-util"] } ```