Define html_root_url
This commit is contained in:
parent
254cf0ce61
commit
f5af5b992b
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bincode"
|
name = "bincode"
|
||||||
version = "1.1.1"
|
version = "1.1.1" # remember to update html_root_url
|
||||||
authors = ["Ty Overby <ty@pre-alpha.com>", "Francesco Mazzoli <f@mazzo.li>", "David Tolnay <dtolnay@gmail.com>", "Daniel Griffen"]
|
authors = ["Ty Overby <ty@pre-alpha.com>", "Francesco Mazzoli <f@mazzo.li>", "David Tolnay <dtolnay@gmail.com>", "Daniel Griffen"]
|
||||||
exclude = ["logo.png", "tests/*", "examples/*", ".gitignore", ".travis.yml", "changelist.org"]
|
exclude = ["logo.png", "tests/*", "examples/*", ".gitignore", ".travis.yml", "changelist.org"]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@
|
||||||
//! Support for `i128` and `u128` is automatically enabled on Rust toolchains
|
//! Support for `i128` and `u128` is automatically enabled on Rust toolchains
|
||||||
//! greater than or equal to `1.26.0`.
|
//! greater than or equal to `1.26.0`.
|
||||||
|
|
||||||
|
#![doc(html_root_url = "https://docs.rs/bincode/1.1.1")]
|
||||||
#![crate_name = "bincode"]
|
#![crate_name = "bincode"]
|
||||||
#![crate_type = "rlib"]
|
#![crate_type = "rlib"]
|
||||||
#![crate_type = "dylib"]
|
#![crate_type = "dylib"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue