diff --git a/Cargo.toml b/Cargo.toml index 4922c96..f7d43ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unsafe-libyaml" -version = "0.1.1" # remember to update html_root_url +version = "0.1.2" # remember to update html_root_url authors = ["David Tolnay "] edition = "2021" rust-version = "1.56" diff --git a/src/lib.rs b/src/lib.rs index ff22738..77d92d4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,7 +5,7 @@ //! [docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs #![no_std] -#![doc(html_root_url = "https://docs.rs/unsafe-libyaml/0.1.1")] +#![doc(html_root_url = "https://docs.rs/unsafe-libyaml/0.1.2")] #![allow(non_camel_case_types)] #![warn(clippy::pedantic)] #![allow(