From 267ad50c60bf292be244aab23ab5c63c9dfcabb8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 8 Jul 2022 16:24:49 -0700 Subject: [PATCH] Release 0.1.1 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3bc1d35..4922c96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unsafe-libyaml" -version = "0.1.0" # remember to update html_root_url +version = "0.1.1" # 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 e349754..8b6f627 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.0")] +#![doc(html_root_url = "https://docs.rs/unsafe-libyaml/0.1.1")] #![allow(non_camel_case_types)] #![warn(clippy::pedantic)] #![allow(