From db065d9455c1e1334b70ea06a7d90dfc6267dca4 Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Thu, 4 Apr 2024 09:07:26 -0300 Subject: [PATCH] Bump yang2 to 0.9.1 Signed-off-by: Renato Westphal --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0de8331..bc9ef94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yang2" -version = "0.9.0" +version = "0.9.1" authors = ["Renato Westphal "] description = "libyang2 bindings for Rust" keywords = ["yang", "libyang"]