From 14d37d33b5e20c85789a83f798da26c231e3d006 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 1 Feb 2023 15:56:20 -0800 Subject: [PATCH] chore: Release io-lifetimes version 1.0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 037ba3a..9d478a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "io-lifetimes" -version = "1.0.3" +version = "1.0.5" 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"