Skip to content

Commit

Permalink
Merge pull request #21 from hackerchai/master
Browse files Browse the repository at this point in the history
Feat: bump version 0.4.2
  • Loading branch information
hackerchai authored Sep 4, 2020
2 parents a5423b8 + 4ea9b87 commit 971901f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-casbin-auth"
version = "0.4.1"
version = "0.4.2"
authors = ["Eason Chai <[email protected]>","Cheng JIANG <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Add it to `Cargo.toml`

```rust
actix-casbin-auth = "0.4.1"
actix-casbin-auth = "0.4.2"
actix-rt = "1.1.1"
actix-web = "2.0.0"
```
Expand Down

0 comments on commit 971901f

Please sign in to comment.