diff --git a/.gitignore b/.gitignore index 25d4d8f..f49a88a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index e716986..d91588a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "string-adapter" -version = "1.0.0" +version = "1.1.0" authors = ["LiuliFox "] edition = "2021" license = "Apache-2.0" diff --git a/README.md b/README.md index 80d67b1..17583f9 100644 --- a/README.md +++ b/README.md @@ -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"] } ```