From 95f58471887fa3940f98200d119c4eb7a7be119f Mon Sep 17 00:00:00 2001 From: asonix Date: Fri, 19 Jun 2020 13:44:35 -0500 Subject: [PATCH] Deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78ab19e..1209177 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -activitystreams-new = { git = "https://git.asonix.dog/asonix/activitystreams-sketch" } +activitystreams-new = { git = "https://git.asonix.dog/asonix/activitystreams-sketch", branch = "main" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"