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