From 2799a4c606467a2f577e1f45f93c6828ec83cfdf Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 21 Jul 2020 15:37:25 -0500 Subject: [PATCH] Update remote --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d600a2d..ae00fbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,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", branch = "main" } +activitystreams-new = { git = "https://yerbamate.dev/asonix/activitystreams-new", branch = "main" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"