From 4c2fb608d24b69f134bbdf29cf386b9e1dcdcf75 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 30 Nov 2023 09:13:21 -0800 Subject: [PATCH] chore: Release linux-raw-sys version 0.4.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb43cc96..2f27927b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-raw-sys" -version = "0.4.11" +version = "0.4.12" authors = ["Dan Gohman "] description = "Generated bindings for Linux's userspace API" documentation = "https://docs.rs/linux-raw-sys"