Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 8, 2023
1 parent d15b726 commit 859ccc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Rust binding for the [libfyaml] C library.

```toml
[dependencies]
libfyaml-sys = "0.1"
libfyaml-sys = "0.2"
```

## License
Expand Down
2 changes: 1 addition & 1 deletion libfyaml-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libfyaml-sys"
version = "0.1.3+fy0.8.0" # remember to update html_root_url
version = "0.2.0+fy0.8.0" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["api-bindings", "encoding", "parser-implementations"]
description = "Rust binding for libfyaml"
Expand Down
2 changes: 1 addition & 1 deletion libfyaml-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! [crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=555555&logo=rust
//! [docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs
#![doc(html_root_url = "https://docs.rs/libfyaml-sys/0.1.3+fy0.8.0")]
#![doc(html_root_url = "https://docs.rs/libfyaml-sys/0.2.0+fy0.8.0")]
#![allow(
improper_ctypes,
non_camel_case_types,
Expand Down

0 comments on commit 859ccc7

Please sign in to comment.