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 8a2fb7a commit 74b6726Copy full SHA for 74b6726
CHANGELOG.md
@@ -5,6 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
6
## Unreleased
7
8
+### Fixed
9
+
10
+- Building Rustwide failed on Windows due to a missing feature flag on the
11
+ getrandom crate.
12
13
## [0.3.0] - 2019-09-23
14
15
### Added
Cargo.toml
@@ -41,7 +41,7 @@ toml = "0.4.6"
41
fs2 = "0.4.3"
42
remove_dir_all = "0.5.2"
43
base64 = "0.10.1"
44
-getrandom = "0.1.12"
+getrandom = { version = "0.1.12", features = ["std"] }
45
46
[dev-dependencies]
47
env_logger = "0.6.1"
0 commit comments