From d800e8b7770407f70600d57878ac0d3a6705026c Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Mon, 8 Apr 2024 22:21:18 +0800 Subject: [PATCH] Change version in Cargo.toml Signed-off-by: Gris Ge --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index abeedd8b..97fa9d17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Corentin Henry "] name = "netlink-packet-route" -version = "0.19.0" +version = "0.20.0" edition = "2021" homepage = "https://github.com/rust-netlink/netlink-packet-route"