We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11631d7 commit 05ee219Copy full SHA for 05ee219
CHANGELOG.md
@@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
6
## Unreleased
7
8
+## [0.19.1] - 2025-03-05
9
+
10
+- temporarily freeze used rustup version to 1.27.1, disable rustup self-update
11
+ see https://github.com/rust-lang/rustup/issues/4224 and
12
+ https://github.com/rust-lang/rustwide/issues/94
13
14
## [0.19.0] - 2024-12-26
15
16
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rustwide"
3
-version = "0.19.0"
+version = "0.19.1"
4
edition = "2018"
build = "build.rs"
0 commit comments