Skip to content

Commit

Permalink
Upgrade nispor dependency to 1.2.6
Browse files Browse the repository at this point in the history
The nispor 1.2.6 fixed the linux bridge bug:

    little-dude/netlink#247

Which is important to nmstate

Signed-off-by: Gris Ge <[email protected]>
  • Loading branch information
cathay4t committed Jun 27, 2022
1 parent be217fd commit 13c94a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "lib.rs"
[dependencies]
libc = "0.2.106"
log = "0.4.14"
nispor = "1.2.5"
nispor = "1.2.6"
nix = "0.24.1"
serde = { version = "1.0.132", features = ["derive"] }
serde_json = "1.0.68"
Expand Down

0 comments on commit 13c94a3

Please sign in to comment.