Skip to content

Commit

Permalink
feat: bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Feb 18, 2024
1 parent 05d54f3 commit df499d1
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"
version = "0.4.2"
version = "1.0.0"
authors = ["Eason Chai <[email protected]>","Cheng JIANG <[email protected]>"]
edition = "2021"
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,8 +12,8 @@
Add it to `Cargo.toml`

```rust
actix-casbin = "0.4.2"
actix-rt = "1.1.1"
actix-casbin = "1.0.0"
actix-rt = "2.7.0"
```


Expand Down

0 comments on commit df499d1

Please sign in to comment.