From 97a49c5c0ec45166fe0059d18fa921cd761c85c9 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Tue, 11 Jan 2022 01:17:24 -0600 Subject: [PATCH] netlink-request: match semver with rest of the project --- Cargo.lock | 2 +- netlink-request/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d90db49..7bfb2b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -602,7 +602,7 @@ dependencies = [ [[package]] name = "netlink-request" -version = "0.1.0" +version = "1.5.2" dependencies = [ "netlink-packet-core", "netlink-packet-generic", diff --git a/netlink-request/Cargo.toml b/netlink-request/Cargo.toml index 36e1cae..96eaee6 100644 --- a/netlink-request/Cargo.toml +++ b/netlink-request/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netlink-request" -version = "0.1.0" +version = "1.5.2" edition = "2021" [target.'cfg(target_os = "linux")'.dependencies]