File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " string-adapter"
3- version = " 1.0 .0"
3+ version = " 1.1 .0"
44authors = [" LiuliFox <liuifox@qq.com>" ]
55edition = " 2021"
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ String Adapter is a String adapter for [casbin-rs](https://github.com/casbin/cas
1212Add 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" ]}
1616tokio = { version = " 1.42.0" , features = [" macros" ] }
1717```
1818
You can’t perform that action at this time.
0 commit comments