Skip to content

Commit 77f18fb

Browse files
committed
Bump version to 1.0.0
1 parent 3a4341e commit 77f18fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "axum-casbin"
3-
version = "0.1.1"
3+
version = "1.0.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Casbin axum access control middleware"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add it to `Cargo.toml`
1313

1414
```toml
1515
axum = "0.5.7"
16-
axum-casbin = "0.1.0"
16+
axum-casbin = "1.0.0"
1717
tokio = { version = "1.17.0", features = [ "full" ] }
1818
```
1919

0 commit comments

Comments
 (0)