diff --git a/Cargo.toml b/Cargo.toml index f7ae0b6..8ff2983 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yang3" -version = "0.12.1" +version = "0.13.0" authors = ["Renato Westphal "] description = "libyang3 bindings for Rust" keywords = ["yang", "libyang"] @@ -13,7 +13,7 @@ categories = ["parser-implementations"] exclude = ["assets/**"] [dependencies] -libyang3-sys = { path = "libyang3-sys", version = "0.2.0" } +libyang3-sys = { path = "libyang3-sys", version = "0.3.0" } bitflags = "2.5" num-traits = "0.2" num-derive = "0.4" diff --git a/README.md b/README.md index 35b5cd7..7169aa6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ For raw FFI bindings for libyang, see [libyang3-sys]. ```toml [dependencies] -yang3 = "0.12" +yang3 = "0.13" ``` ## Design Goals * Provide high-level bindings for libyang using idiomatic Rust diff --git a/libyang3-sys/Cargo.toml b/libyang3-sys/Cargo.toml index 7826d43..3e3ecba 100644 --- a/libyang3-sys/Cargo.toml +++ b/libyang3-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libyang3-sys" -version = "0.2.0" +version = "0.3.0" authors = ["Renato Westphal "] description = "Raw FFI bindings for libyang3" keywords = ["yang", "libyang"]