From 9f39c6e254ae2aac44eec93ddaaa841b1f020e04 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:09:14 +0000 Subject: [PATCH] chore: Release netlink-tc version 0.0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ed81a1e..332145a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netlink-tc" -version = "0.0.3" +version = "0.0.4" authors = ["Mohit Mayank"] edition = "2021" description = "A Rust library for interacting with the Linux Traffic Control (tc) subsystem using Netlink"