Remove typed-builder patch

This commit is contained in:
asonix 2020-05-17 21:01:37 -05:00
parent 5464a54c27
commit 862426e504
3 changed files with 0 additions and 9 deletions

View file

@ -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" }

View file

@ -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

View file

@ -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