From 7dbe56960a927064c181d733432f0455e8422984 Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 11 Mar 2020 08:51:08 -0500 Subject: [PATCH] Dev dep --- activitystreams-derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activitystreams-derive/Cargo.toml b/activitystreams-derive/Cargo.toml index 45e2a53..ee0074c 100644 --- a/activitystreams-derive/Cargo.toml +++ b/activitystreams-derive/Cargo.toml @@ -15,7 +15,7 @@ syn = "1.0" proc-macro2 = "1.0" [dev-dependencies] -#activitystreams-traits = { version = "0.4.0-alpha.0", path = "../activitystreams-traits" } +activitystreams-traits = { version = "0.4.0-alpha.0", path = "../activitystreams-traits" } serde = "1.0" serde_derive = "1.0" serde_json = "1.0"