Skip to content

Commit

Permalink
chore: release 0.3.7
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vmx committed Dec 4, 2024
1 parent 8c41f55 commit 50edcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "temp-env"
version = "0.3.6"
version = "0.3.7"
authors = ["Volker Mische <[email protected]>", "Fabian Braun <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vmx/temp-env"
Expand Down

0 comments on commit 50edcb9

Please sign in to comment.