Skip to content

Commit fe92b15

Browse files
committed
feat: bump version to 1.1.0
1 parent 6332432 commit fe92b15

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Cargo.lock
1818
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
1919
# and can be added to the global gitignore or merged into this file. For a more nuclear
2020
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
21-
#.idea/
21+
.idea/
2222

2323
# vscode
2424
.vscode

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)