Skip to content

Commit 00d78ca

Browse files
committed
feat: bump version 2.0.8
Signed-off-by: smrpn <samarpan_d@pp.iitr.ac.in>
1 parent 97d71e3 commit 00d78ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ license = "Apache-2.0"
88
name = "casbin"
99
readme = "README.md"
1010
repository = "https://github.com/casbin/casbin-rs"
11-
version = "2.0.7"
11+
version = "2.0.8"
1212

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

1515
[dependencies]
1616
async-std = { version = "1.9.0", optional = true }
17-
async-trait = "0.1.48"
17+
async-trait = "0.1.50"
1818
globset = { version = "0.4.6", optional = true }
1919
indexmap = "1.6.2"
2020
ip_network = { version = "0.3.4", optional = true }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Add this package to `Cargo.toml` of your project. (Check https://crates.io/crate
3333

3434
```toml
3535
[dependencies]
36-
casbin = { version = "2.0.7", default-features = false, features = ["runtime-async-std", "logging", "incremental"] }
37-
tokio = { version = "1.4.0", features = ["fs", "io-util"] }
36+
casbin = { version = "2.0.8", default-features = false, features = ["runtime-async-std", "logging", "incremental"] }
37+
tokio = { version = "1.5.0", features = ["fs", "io-util"] }
3838
```
3939

4040
**Warning**: `tokio v1.0` or later is supported from `casbin v2.0.6`, we recommend that you upgrade the relevant components to ensure that they work properly. The last version that supports `tokio v0.2` is `casbin v2.0.5` , you can choose according to your needs.

0 commit comments

Comments
 (0)