Skip to content

Commit

Permalink
Fix example dependencies in Readme (#430)
Browse files Browse the repository at this point in the history
Account feature has to be added to the identity dependencies to use identity::account::*.
  • Loading branch information
chriamue committed Oct 7, 2021
1 parent 6ca9aea commit 675500b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -81,7 +81,7 @@ version = "1.0.0"
edition = "2018"

[dependencies]
identity = { git = "https://github.com/iotaledger/identity.rs", branch = "main"}
identity = { git = "https://github.com/iotaledger/identity.rs", branch = "main", features = ["account"]}
pretty_env_logger = { version = "0.4" }
tokio = { version = "1.5", features = ["full"] }
```
Expand Down

0 comments on commit 675500b

Please sign in to comment.