Skip to content

Commit

Permalink
Bump yang3 to 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
  • Loading branch information
rwestphal committed Aug 6, 2024
1 parent 7a225d5 commit f1aaa4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yang3"
version = "0.6.0"
version = "0.7.0"
authors = ["Renato Westphal <renato@opensourcerouting.org>"]
description = "libyang3 bindings for Rust"
keywords = ["yang", "libyang"]
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.6"
yang3 = "0.7"
```
## Design Goals
* Provide high-level bindings for libyang using idiomatic Rust
Expand Down

0 comments on commit f1aaa4d

Please sign in to comment.