Change cbor link to new repo

This commit is contained in:
David Tolnay 2021-11-26 14:43:09 -08:00
parent c3c1641c06
commit 6cf507f808
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

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