From 9d007133a554ad491c8763e48cc68cc34b9c2e28 Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Thu, 1 Aug 2024 15:37:35 -0300 Subject: [PATCH] Bump yang3 to 0.6.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 c913316..0ed1479 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yang3" -version = "0.5.0" +version = "0.6.0" authors = ["Renato Westphal "] description = "libyang3 bindings for Rust" keywords = ["yang", "libyang"] diff --git a/README.md b/README.md index cc99755..e9a7ec0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ For raw FFI bindings for libyang, see [libyang3-sys]. ```toml [dependencies] -yang3 = "0.5" +yang3 = "0.6" ``` ## Design Goals * Provide high-level bindings for libyang using idiomatic Rust