diff --git a/README.md b/README.md index 8306ce7..26003c1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Rust binding for the [libfyaml] C library. ```toml [dependencies] -libfyaml = "0" +libfyaml = "0.1" ``` ## License diff --git a/libfyaml-sys/Cargo.toml b/libfyaml-sys/Cargo.toml index 641cdd5..fc1f4cc 100644 --- a/libfyaml-sys/Cargo.toml +++ b/libfyaml-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfyaml-sys" -version = "0.0.0" # remember to update html_root_url +version = "0.1.0" # remember to update html_root_url authors = ["David Tolnay "] categories = ["api-bindings", "encoding", "parser-implementations"] description = "Rust binding for libfyaml" diff --git a/libfyaml-sys/src/lib.rs b/libfyaml-sys/src/lib.rs index 185d4d5..01b6b44 100644 --- a/libfyaml-sys/src/lib.rs +++ b/libfyaml-sys/src/lib.rs @@ -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.0.0")] +#![doc(html_root_url = "https://docs.rs/libfyaml-sys/0.1.0")] #![allow( improper_ctypes, non_camel_case_types,