Update deps in readme

This commit is contained in:
asonix 2019-10-28 18:39:45 -05:00
parent 083a2255e0
commit bc4f29988d

View file

@ -57,8 +57,9 @@ Add the required crates to your `Cargo.toml`
```toml
# Cargo.toml
activitystreams-derive = "0.1"
activitystreams-traits = "0.1"
activitystreams-derive = "0.2"
activitystreams-traits = "0.2"
activtystreams-types = "0.3"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"