Skip to content

Commit

Permalink
feat: bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Dec 28, 2024
1 parent 6332432 commit fe92b15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Cargo.lock
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.idea/

# vscode
.vscode
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "string-adapter"
version = "1.0.0"
version = "1.1.0"
authors = ["LiuliFox <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ String Adapter is a String adapter for [casbin-rs](https://github.com/casbin/cas
Add the following to `Cargo.toml`:

```toml
string-adapter = { version = "0.1.0", default-features = false, features = ["runtime-tokio"]}
string-adapter = { version = "1.1.0", default-features = false, features = ["runtime-tokio"]}
tokio = { version = "1.42.0", features = ["macros"] }
```

Expand Down

0 comments on commit fe92b15

Please sign in to comment.