From 37b9d1bc5d70ec81c0ea862f34b853aef4c4b949 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 3 Dec 2024 17:31:01 -0800 Subject: [PATCH] chore: Release io-lifetimes version 2.0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec8d906..c2e468f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "io-lifetimes" -version = "2.0.3" +version = "2.0.4" 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"