From bc4f29988d235b89e525149197ab4ab2535210d2 Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 28 Oct 2019 18:39:45 -0500 Subject: [PATCH] Update deps in readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e600bab..6b5d49e 100644 --- a/README.md +++ b/README.md @@ -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"