Skip to content

Commit

Permalink
bump readme versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Feb 19, 2024
1 parent 24960a9 commit c11cd71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions identity_iota/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you want to include IOTA Identity in your project, simply add it as a depende

```toml
[dependencies]
identity_iota = { version = "1.0.0-rc" }
identity_iota = { version = "1.0.1" }
```

To try out the [examples](https://github.com/iotaledger/identity.rs/blob/HEAD/examples), you can also do this:
Expand All @@ -74,7 +74,7 @@ version = "1.0.0"
edition = "2021"

[dependencies]
identity_iota = { version = "1.0.0-rc" }
identity_iota = { version = "1.0.1" }
iota-sdk = { version = "1.0.2", default-features = true, features = ["tls", "client", "stronghold"] }
tokio = { version = "1", features = ["full"] }
```
Expand Down

0 comments on commit c11cd71

Please sign in to comment.