From 580fa1838899f36723a592541fea154e18e07262 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 27 Jan 2022 14:27:03 -0800 Subject: [PATCH] (cargo-release) version 0.0.40 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50cc63f..5177770 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-raw-sys" -version = "0.0.40-alpha.0" +version = "0.0.40" authors = ["Dan Gohman "] description = "Generated bindings for Linux's userspace API" documentation = "https://docs.rs/linux-raw-sys"