From 60c86c68711732c4c063fed739d86e41e16206bd Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Sat, 13 Jul 2024 15:43:18 -0300 Subject: [PATCH] Bump yang3 to 0.5.0 Signed-off-by: Renato Westphal --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cb01e30..c913316 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yang3" -version = "0.4.0" +version = "0.5.0" authors = ["Renato Westphal "] description = "libyang3 bindings for Rust" keywords = ["yang", "libyang"] diff --git a/README.md b/README.md index 5836614..7630f4b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ For raw FFI bindings for libyang, see [libyang-sys]. ```toml [dependencies] -yang3 = "0.4" +yang3 = "0.5" ``` ## Design Goals * Provide high-level bindings for libyang using idiomatic Rust