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 a0de695 commit 0d77311Copy full SHA for 0d77311
CHANGELOG.md
@@ -5,6 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
6
## Unreleased
7
8
+## [0.19.4] - 2025-06-17
9
+
10
+### Fixed
11
12
+- move manifest validation to another place in the preparation to safeguard
13
+ against potential future security issues.
14
15
## [0.19.3] - 2025-06-17
16
17
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rustwide"
3
-version = "0.19.3"
+version = "0.19.4"
4
edition = "2018"
build = "build.rs"
0 commit comments