From d5965545b0adbcf592b4a7bfd671c5cce97082e4 Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Thu, 1 Aug 2024 15:56:34 -0300 Subject: [PATCH] Bump yang2 to 0.17.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 486b8b6..6bf0eef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yang2" -version = "0.16.0" +version = "0.17.0" authors = ["Renato Westphal "] description = "libyang2 bindings for Rust" keywords = ["yang", "libyang"] diff --git a/README.md b/README.md index dd833b4..f14d31a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ For raw FFI bindings for libyang2, see [libyang2-sys]. ```toml [dependencies] -yang2 = "0.16" +yang2 = "0.17" ``` ## Design Goals * Provide high-level bindings for libyang2 using idiomatic Rust