From f5b4dea4d6a7d1a4da1b196a5d2529e05426e541 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 6 Jun 2022 09:48:41 -0700 Subject: [PATCH] (cargo-release) version 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a32418d..0c692f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "io-lifetimes" -version = "0.7.0-beta.0" +version = "0.7.0" description = "A low-level I/O ownership and borrowing library" authors = ["Dan Gohman "] license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"