Skip to content

Commit 2b51956

Browse files
committed
feat: bump version to 1.1.0
1 parent 496e0c0 commit 2b51956

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 = "string-adapter"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
authors = ["LiuliFox <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ String Adapter is a String adapter for [casbin-rs](https://github.com/casbin/cas
1212
Add the following to `Cargo.toml`:
1313

1414
```toml
15-
string-adapter = { version = "0.1.0", default-features = false, features = ["runtime-tokio"]}
15+
string-adapter = { version = "1.1.0", default-features = false, features = ["runtime-tokio"]}
1616
tokio = { version = "1.42.0", features = ["macros"] }
1717
```
1818

0 commit comments

Comments
 (0)