From a69433042a0c44bec92cce25bb699bacaa656df1 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 4 Nov 2021 11:52:37 -0700 Subject: [PATCH] (cargo-release) version 0.0.35 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c77e960..33956e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-raw-sys" -version = "0.0.35-alpha.0" +version = "0.0.35" authors = ["Dan Gohman "] description = "Generated bindings for Linux's userspace API" documentation = "https://docs.rs/linux-raw-sys"