From 06bb7fac5cb947a792b228779c7d651ca3f3955f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 25 Jan 2022 12:03:23 -0800 Subject: [PATCH] (cargo-release) start next development iteration 0.0.39-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7621a65..ba78996 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-raw-sys" -version = "0.0.38" +version = "0.0.39-alpha.0" authors = ["Dan Gohman "] description = "Generated bindings for Linux's userspace API" documentation = "https://docs.rs/linux-raw-sys"