From 382f8d3f762851a74fd3ccfa115a0d01fb66d3a9 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 18 Sep 2021 07:08:33 -0700 Subject: [PATCH] (cargo-release) start next development iteration 0.0.27-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96f7ccf..3353879 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-raw-sys" -version = "0.0.26" +version = "0.0.27-alpha.0" authors = ["Dan Gohman "] description = "Generated bindings for Linux's userspace API" documentation = "https://docs.rs/linux-raw-sys"