diff --git a/Cargo.toml b/Cargo.toml index d58deeb..c719121 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unsafe-libyaml" -version = "0.2.4" # remember to update html_root_url +version = "0.2.5" # remember to update html_root_url authors = ["David Tolnay "] categories = ["encoding", "parser-implementations", "no-std"] description = "libyaml transpiled to rust by c2rust" diff --git a/src/lib.rs b/src/lib.rs index be52102..0f8bc0b 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.2.4")] +#![doc(html_root_url = "https://docs.rs/unsafe-libyaml/0.2.5")] #![allow(non_camel_case_types, non_snake_case)] #![warn(clippy::pedantic)] #![allow(