From 50edcb90c4aad6e3bd96fd1d9b4c37751c4435b8 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Wed, 4 Dec 2024 20:40:46 +0100 Subject: [PATCH] chore: release 0.3.7 The minimum supported Rust version is increased to 1.63.0. Though it's a patch release as the previous version won't work with 1.62.1 due to `libc` now requiring 1.63.0. The only change since the last release are improvements to the tests. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a927888..4a7b411 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "temp-env" -version = "0.3.6" +version = "0.3.7" authors = ["Volker Mische ", "Fabian Braun "] license = "MIT OR Apache-2.0" repository = "https://github.com/vmx/temp-env"