Skip to content

Commit 63effb9

Browse files
committed
[do not merge] Add thiserror as dependency
1 parent 91e71b6 commit 63effb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ repository = "https://github.com/rust-netlink/netlink-packet-core"
1212
description = "netlink packet types"
1313

1414
[dependencies]
15-
anyhow = "1.0.31"
1615
byteorder = "1.3.2"
17-
netlink-packet-utils = "0.5.2"
16+
netlink-packet-utils = { git = "https://github.com/miguelfrde/netlink-packet-utils.git" }
17+
thiserror = "2.0.9"
1818

1919
[dev-dependencies]
2020
netlink-packet-route = "0.13.0"

0 commit comments

Comments
 (0)