From 61f3ab82b271ac90d6a04f65520614ca08c58abe Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 14 Dec 2023 14:27:21 -0800 Subject: [PATCH] Release 0.2.10 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2f7815b..5ec7f85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unsafe-libyaml" -version = "0.2.9" +version = "0.2.10" 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 0b5cf1f..dc842af 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.9")] +#![doc(html_root_url = "https://docs.rs/unsafe-libyaml/0.2.10")] #![allow(non_camel_case_types, non_snake_case)] #![warn(clippy::pedantic)] #![allow(