Remove note about patched typed-builder

This commit is contained in:
asonix 2020-05-17 20:53:01 -05:00
parent 7fc9708a7d
commit 2cd8875299
3 changed files with 1 additions and 10 deletions

View File

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

View File

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

View File

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