Release 0.2.0

This commit is contained in:
David Tolnay 2022-07-23 15:19:51 -07:00
parent f77851265b
commit ae6115c02c
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "unsafe-libyaml"
version = "0.1.3" # remember to update html_root_url
version = "0.2.0" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2021"
rust-version = "1.56"

View file

@ -14,7 +14,7 @@ of [c2rust].
```toml
[dependencies]
unsafe-libyaml = "0.1"
unsafe-libyaml = "0.2"
```
*Compiler support: requires rustc 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.3")]
#![doc(html_root_url = "https://docs.rs/unsafe-libyaml/0.2.0")]
#![allow(non_camel_case_types, non_snake_case)]
#![warn(clippy::pedantic)]
#![allow(