From 57efde070dcb3ba8e2d308dc39435655efeffc9f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 3 Nov 2021 16:04:34 -0700 Subject: [PATCH] (cargo-release) version 0.0.34 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95845f8..473cc88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-raw-sys" -version = "0.0.34-alpha.0" +version = "0.0.34" authors = ["Dan Gohman "] description = "Generated bindings for Linux's userspace API" documentation = "https://docs.rs/linux-raw-sys"