Skip to content

Commit

Permalink
Bump yang3 and libyang3-sys
Browse files Browse the repository at this point in the history
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
  • Loading branch information
rwestphal committed Oct 12, 2024
1 parent f38f20e commit 07bebf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yang3"
version = "0.7.0"
version = "0.8.0"
authors = ["Renato Westphal <renato@opensourcerouting.org>"]
description = "libyang3 bindings for Rust"
keywords = ["yang", "libyang"]
Expand All @@ -13,7 +13,7 @@ categories = ["parser-implementations"]
exclude = ["assets/**"]

[dependencies]
libyang3-sys = { path = "libyang3-sys", version = "0.1.0" }
libyang3-sys = { path = "libyang3-sys", version = "0.2.0" }
bitflags = "2.5"
num-traits = "0.2"
num-derive = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For raw FFI bindings for libyang, see [libyang3-sys].

```toml
[dependencies]
yang3 = "0.7"
yang3 = "0.8"
```
## Design Goals
* Provide high-level bindings for libyang using idiomatic Rust
Expand Down
2 changes: 1 addition & 1 deletion libyang3-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libyang3-sys"
version = "0.1.0"
version = "0.2.0"
authors = ["Renato Westphal <renato@opensourcerouting.org>"]
description = "Raw FFI bindings for libyang3"
keywords = ["yang", "libyang"]
Expand Down

0 comments on commit 07bebf7

Please sign in to comment.