Skip to content

Commit

Permalink
feat: bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Feb 4, 2024
1 parent 816fa7b commit 3cf558e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yaml-adapter"
version = "0.1.0"
version = "1.0.0"
authors = ["closetool <[email protected]>"]
edition = "2018"
description = "a adapter which reads yaml format policy file for casbin repo"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Yaml Adapter is a [yaml](https://github.com/dtolnay/serde-yaml) adapter for [Cas
Add following to `Cargo.toml`

```
yaml-adapter = { version = "0.1.0", features = "runtime-async-std" }
yaml-adapter = { version = "1.0.0", features = "runtime-async-std" }
async-std = "1.5.0"
```

for using `tokio`

```
yaml-adapter = { version = "0.1.0", features = "runtime-tokio" }
yaml-adapter = { version = "1.0.0", features = "runtime-tokio" }
tokio = "0.3.1"
```

Expand Down

0 comments on commit 3cf558e

Please sign in to comment.