Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Feb 26, 2024
1 parent 3a4341e commit 77f18fb
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 = "axum-casbin"
version = "0.1.1"
version = "1.0.0"
edition = "2021"
license = "Apache-2.0"
description = "Casbin axum access control middleware"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add it to `Cargo.toml`

```toml
axum = "0.5.7"
axum-casbin = "0.1.0"
axum-casbin = "1.0.0"
tokio = { version = "1.17.0", features = [ "full" ] }
```

Expand Down

0 comments on commit 77f18fb

Please sign in to comment.