Remove note about patched typed-builder
This commit is contained in:
parent
7fc9708a7d
commit
2cd8875299
3 changed files with 1 additions and 10 deletions
|
@ -14,10 +14,7 @@ edition = "2018"
|
|||
activitystreams = { version = "0.6.2", default-features = false, features = ["kinds","primitives"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
typed-builder = "0.5.1"
|
||||
typed-builder = "0.6.0"
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0"
|
||||
|
||||
[patch.crates-io]
|
||||
typed-builder = { git = "https://git.asonix.dog/asonix/typed-builder" }
|
||||
|
|
|
@ -7,9 +7,6 @@ First, add ActivityStreams to your dependencies
|
|||
```toml
|
||||
[dependencies]
|
||||
activitystreams-new = { git = "https://git.asonix.dog/asonix/activitystreams-sketch" }
|
||||
|
||||
[patch.crates-io]
|
||||
typed-builder = { git = "https://git.asonix.dog/asonix/typed-builder" }
|
||||
```
|
||||
|
||||
### Types
|
||||
|
|
|
@ -7,9 +7,6 @@
|
|||
//! ```toml
|
||||
//! [dependencies]
|
||||
//! activitystreams-new = { git = "https://git.asonix.dog/asonix/activitystreams-sketch" }
|
||||
//!
|
||||
//! [patch.crates-io]
|
||||
//! typed-builder = { git = "https://git.asonix.dog/asonix/typed-builder" }
|
||||
//! ```
|
||||
//!
|
||||
//! ### Types
|
||||
|
|
Loading…
Reference in a new issue