From 2b5b15967eb5bd41f78bdf612f41363b8cded877 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 28 Aug 2020 15:36:51 -0700 Subject: [PATCH] Rename TyOverby/bincode to servo/bincode --- serde/src/de/mod.rs | 2 +- serde/src/lib.rs | 2 +- serde/src/ser/mod.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/serde/src/de/mod.rs b/serde/src/de/mod.rs index f1b8b3129..6d3947363 100644 --- a/serde/src/de/mod.rs +++ b/serde/src/de/mod.rs @@ -104,7 +104,7 @@ //! [`Deserialize`]: ../trait.Deserialize.html //! [`Deserializer`]: ../trait.Deserializer.html //! [`LinkedHashMap`]: https://docs.rs/linked-hash-map/*/linked_hash_map/struct.LinkedHashMap.html -//! [`bincode`]: https://github.com/TyOverby/bincode +//! [`bincode`]: https://github.com/servo/bincode //! [`linked-hash-map`]: https://crates.io/crates/linked-hash-map //! [`serde_derive`]: https://crates.io/crates/serde_derive //! [`serde_json`]: https://github.com/serde-rs/json diff --git a/serde/src/lib.rs b/serde/src/lib.rs index 7c4733c23..95e4482d9 100644 --- a/serde/src/lib.rs +++ b/serde/src/lib.rs @@ -59,7 +59,7 @@ //! - [FlexBuffers], the schemaless cousin of Google's FlatBuffers zero-copy serialization format. //! //! [JSON]: https://github.com/serde-rs/json -//! [Bincode]: https://github.com/TyOverby/bincode +//! [Bincode]: https://github.com/servo/bincode //! [CBOR]: https://github.com/pyfisch/cbor //! [YAML]: https://github.com/dtolnay/serde-yaml //! [MessagePack]: https://github.com/3Hren/msgpack-rust diff --git a/serde/src/ser/mod.rs b/serde/src/ser/mod.rs index 676b0e2f7..8a4b2e366 100644 --- a/serde/src/ser/mod.rs +++ b/serde/src/ser/mod.rs @@ -99,7 +99,7 @@ //! [`LinkedHashMap`]: https://docs.rs/linked-hash-map/*/linked_hash_map/struct.LinkedHashMap.html //! [`Serialize`]: ../trait.Serialize.html //! [`Serializer`]: ../trait.Serializer.html -//! [`bincode`]: https://github.com/TyOverby/bincode +//! [`bincode`]: https://github.com/servo/bincode //! [`linked-hash-map`]: https://crates.io/crates/linked-hash-map //! [`serde_derive`]: https://crates.io/crates/serde_derive //! [`serde_json`]: https://github.com/serde-rs/json