Release 0.1.2

This commit is contained in:
David Tolnay 2022-07-08 17:18:55 -07:00
parent 5d31d743ff
commit f9ceb536ce
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View file

@ -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 <dtolnay@gmail.com>"]
edition = "2021"
rust-version = "1.56"

View file

@ -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(