From 862426e504832256a6b26e1ec2198c0bda22139b Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 17 May 2020 21:01:37 -0500 Subject: [PATCH] Remove typed-builder patch --- Cargo.toml | 3 --- README.md | 3 --- src/lib.rs | 3 --- 3 files changed, 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index de76967..78ab19e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,3 @@ serde_json = "1.0" [dev-dependencies] anyhow = "1.0" - -[patch.crates-io] -typed-builder = { git = "https://git.asonix.dog/asonix/typed-builder" } diff --git a/README.md b/README.md index a0737d1..dc1e82c 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,6 @@ First, add ActivityStreams to your dependencies [dependencies] activitystreams-new = { git = "https://git.asonix.dog/asonix/activitystreams-sketch" } activitystreams-ext = { git = "https://git.asonix.dog/asonix/activitystreams-ext" } - -[patch.crates-io] -typed-builder = { git = "https://git.asonix.dog/asonix/typed-builder" } ``` For an example, we'll implement a PublicKey extension and demonstrate usage with Ext1 diff --git a/src/lib.rs b/src/lib.rs index 9458e16..2c75f03 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,9 +9,6 @@ //! [dependencies] //! activitystreams-new = { git = "https://git.asonix.dog/asonix/activitystreams-sketch" } //! activitystreams-ext = { git = "https://git.asonix.dog/asonix/activitystreams-ext" } -//! -//! [patch.crates-io] -//! typed-builder = { git = "https://git.asonix.dog/asonix/typed-builder" } //! ``` //! //! For an example, we'll implement a PublicKey extension and demonstrate usage with Ext1