From 9dc98d417b7665fff0367d32bb04efe340b2b27c Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 15 Jun 2022 20:09:58 -0700 Subject: [PATCH] (cargo-release) version 0.7.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8389832..f247988 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "io-lifetimes" -version = "0.7.1" +version = "0.7.2" 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"