Skip to content

Commit 8193b52

Browse files
committed
feat: bump version to 2.6.0
1 parent 9858402 commit 8193b52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
name = "casbin"
99
readme = "README.md"
1010
repository = "https://github.com/casbin/casbin-rs"
11-
version = "2.5.0"
11+
version = "2.6.0"
1212

1313

1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add this package to `Cargo.toml` of your project. (Check https://crates.io/crate
3636

3737
```toml
3838
[dependencies]
39-
casbin = { version = "2.5.0", default-features = false, features = ["runtime-async-std", "logging", "incremental"] }
39+
casbin = { version = "2.6.0", default-features = false, features = ["runtime-async-std", "logging", "incremental"] }
4040
tokio = { version = "1.10.0", features = ["fs", "io-util"] }
4141
```
4242

0 commit comments

Comments
 (0)