Remove typed-builder patch
This commit is contained in:
parent
5464a54c27
commit
862426e504
3 changed files with 0 additions and 9 deletions
|
@ -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" }
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue