From 5b189e98f22e40368e22b6f735341345bcf5edc0 Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Mon, 27 May 2024 16:15:08 -0300 Subject: [PATCH] Bump yang2 to 0.13.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 c1daa27..55fc939 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yang2" -version = "0.12.0" +version = "0.13.0" authors = ["Renato Westphal "] description = "libyang2 bindings for Rust" keywords = ["yang", "libyang"] diff --git a/README.md b/README.md index 8f71a67..c396884 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ For raw FFI bindings for libyang2, see [libyang2-sys]. ```toml [dependencies] -yang2 = "0.12" +yang2 = "0.13" ``` ## Design Goals * Provide high-level bindings for libyang2 using idiomatic Rust