From 05aa2db70b7dd3bedbba91da0cfe9312ed69b1b8 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 16 Jan 2024 16:59:32 -0800 Subject: [PATCH] chore: Release linux-raw-sys version 0.6.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 998ef98f..458a9b05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-raw-sys" -version = "0.6.3" +version = "0.6.4" authors = ["Dan Gohman "] description = "Generated bindings for Linux's userspace API" documentation = "https://docs.rs/linux-raw-sys"