Skip to content

Commit 37a84a9

Browse files
committed
feat: bump version to 2.8.0
1 parent 369d2e4 commit 37a84a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Cargo.toml

+1-1
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.7.0"
11+
version = "2.8.0"
1212

1313

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

Diff for: README.md

+1-1
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.7.0", default-features = false, features = ["runtime-async-std", "logging", "incremental"] }
39+
casbin = { version = "2.8.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)