mirror of
https://github.com/simonask/libyaml-safer
synced 2024-11-22 19:33:03 +00:00
Release 0.2.6
This commit is contained in:
parent
2d2da60a47
commit
525c061e88
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "unsafe-libyaml"
|
||||
version = "0.2.5" # remember to update html_root_url
|
||||
version = "0.2.6" # remember to update html_root_url
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
categories = ["encoding", "parser-implementations", "no-std"]
|
||||
description = "libyaml transpiled to rust by c2rust"
|
||||
|
|
|
@ -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.5")]
|
||||
#![doc(html_root_url = "https://docs.rs/unsafe-libyaml/0.2.6")]
|
||||
#![allow(non_camel_case_types, non_snake_case)]
|
||||
#![warn(clippy::pedantic)]
|
||||
#![allow(
|
||||
|
|
Loading…
Reference in a new issue