mirror of
https://github.com/simonask/libyaml-safer
synced 2024-11-13 23:27:16 +00:00
Release 0.1.0
This commit is contained in:
parent
52958a5d87
commit
9b37e7a052
3 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "unsafe-libyaml"
|
||||
version = "0.0.0" # remember to update html_root_url
|
||||
version = "0.1.0" # remember to update html_root_url
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
edition = "2021"
|
||||
rust-version = "1.56"
|
||||
|
@ -11,7 +11,6 @@ documentation = "https://docs.rs/unsafe-libyaml"
|
|||
readme = "README.md"
|
||||
keywords = ["yaml"]
|
||||
categories = ["encoding"]
|
||||
publish = false
|
||||
|
||||
[workspace]
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -14,7 +14,7 @@ of [c2rust].
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
unsafe-libyaml = "0.0"
|
||||
unsafe-libyaml = "0.1"
|
||||
```
|
||||
|
||||
*Compiler support: requires rustc 1.56+*
|
||||
|
|
|
@ -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.0.0")]
|
||||
#![doc(html_root_url = "https://docs.rs/unsafe-libyaml/0.1.0")]
|
||||
#![allow(non_camel_case_types)]
|
||||
#![warn(clippy::pedantic)]
|
||||
#![allow(
|
||||
|
|
Loading…
Reference in a new issue