From bee883ba879a40bd86bc575d065e621a329f16f5 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 16 Aug 2024 07:57:21 -0700 Subject: [PATCH] chore: Release linux-raw-sys version 0.6.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83d985f5..63509575 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-raw-sys" -version = "0.6.4" +version = "0.6.5" authors = ["Dan Gohman "] description = "Generated bindings for Linux's userspace API" documentation = "https://docs.rs/linux-raw-sys"