From 6cf507f8084c5cce4669cdb547a1a5342324160a Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 26 Nov 2021 14:43:09 -0800 Subject: [PATCH] Change cbor link to new repo --- serde/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serde/src/lib.rs b/serde/src/lib.rs index 7acd14da4..a237990a6 100644 --- a/serde/src/lib.rs +++ b/serde/src/lib.rs @@ -60,7 +60,7 @@ //! //! [JSON]: https://github.com/serde-rs/json //! [Bincode]: https://github.com/servo/bincode -//! [CBOR]: https://github.com/pyfisch/cbor +//! [CBOR]: https://github.com/enarx/ciborium //! [YAML]: https://github.com/dtolnay/serde-yaml //! [MessagePack]: https://github.com/3Hren/msgpack-rust //! [TOML]: https://github.com/alexcrichton/toml-rs