From b3aa9dd8bdb32b77d6480bd739900ae43e92248f Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Tue, 2 Jul 2024 21:21:51 -0300 Subject: [PATCH] Bump yang2 to 0.13.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 55fc939..eca6c9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yang2" -version = "0.13.0" +version = "0.13.1" authors = ["Renato Westphal "] description = "libyang2 bindings for Rust" keywords = ["yang", "libyang"]