Skip to content

Commit

Permalink
Feat: bump version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerchai committed Sep 12, 2020
1 parent b20c6ef commit 8870922
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2"
version = "0.4.3"
authors = ["Eason Chai <[email protected]>","Cheng JIANG <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
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.2"
actix-casbin-auth = "0.4.3"
actix-rt = "1.1.1"
actix-web = "2.0.0"
actix-web = "3.0.0"
```

## Requirement
Expand Down

0 comments on commit 8870922

Please sign in to comment.