From bb8ed3c951ac7055bf0aef21d160f0311b2b58ec Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 30 Mar 2023 15:41:10 -0700 Subject: [PATCH] chore: Release linux-raw-sys version 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2239da6..458eab7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-raw-sys" -version = "0.3.0" +version = "0.3.1" authors = ["Dan Gohman "] description = "Generated bindings for Linux's userspace API" documentation = "https://docs.rs/linux-raw-sys"