1
0
mirror of https://github.com/tonarino/innernet.git synced 2025-01-06 03:54:04 +02:00

netlink-request: match semver with rest of the project

This commit is contained in:
Jake McGinty 2022-01-11 01:17:24 -06:00
parent a919a7ff52
commit 97a49c5c0e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -602,7 +602,7 @@ dependencies = [
[[package]]
name = "netlink-request"
version = "0.1.0"
version = "1.5.2"
dependencies = [
"netlink-packet-core",
"netlink-packet-generic",

View File

@ -1,6 +1,6 @@
[package]
name = "netlink-request"
version = "0.1.0"
version = "1.5.2"
edition = "2021"
[target.'cfg(target_os = "linux")'.dependencies]