Skip to content

Commit

Permalink
Merge pull request #24 from hackerchai/master
Browse files Browse the repository at this point in the history
Feat: bump version 0.4.4
  • Loading branch information
hackerchai authored Sep 27, 2020
2 parents f27215b + 562553b commit d381180
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-casbin-auth"
version = "0.4.3"
version = "0.4.4"
authors = ["Eason Chai <[email protected]>","Cheng JIANG <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -13,10 +13,10 @@ name = "actix_casbin_auth"
path = "src/lib.rs"

[dependencies]
casbin = { version = "2.0.1", default-features = false, features = ["incremental", "cached"] }
casbin = { version = "2.0.2", default-features = false, features = ["incremental", "cached"] }
tokio = { version = "0.2.22", default-features = false, optional = true }
async-std = { version = "1.6.3", default-features = false, optional = true }
actix-web = "3.0.0"
async-std = { version = "1.6.4", default-features = false, optional = true }
actix-web = { version = "3.0.2", default-features = false }
actix-service = "1.0.6"
futures = "0.3"

Expand All @@ -28,5 +28,5 @@ runtime-async-std = ["casbin/runtime-async-std", "async-std/std"]

[dev-dependencies]
tokio = { version = "0.2.22", features = [ "full" ] }
async-std = { version = "1.6.3", features = [ "attributes" ] }
actix-rt = "1.1.1"
async-std = { version = "1.6.4", features = [ "attributes" ] }
actix-rt = "1.1.1"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
Add it to `Cargo.toml`

```rust
actix-casbin-auth = "0.4.3"
actix-casbin-auth = "0.4.4"
actix-rt = "1.1.1"
actix-web = "3.0.0"
actix-web = "3.0.2"
```

## Requirement
Expand Down

0 comments on commit d381180

Please sign in to comment.