From 308e79bb3731b95119d625f8f35b378d3ca431fd Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 11 Aug 2021 09:30:41 -0700 Subject: [PATCH] (cargo-release) version 0.0.19 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3cd579..e76534d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-raw-sys" -version = "0.0.19-alpha.0" +version = "0.0.19" authors = ["Dan Gohman "] description = "Generated bindings for Linux's userspace API" documentation = "https://docs.rs/linux-raw-sys"