File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ jobs:
198
198
host : x86_64-unknown-linux-musl
199
199
- os : windows-2022
200
200
host : x86_64-pc-windows-msvc
201
- # Reenable when Safari tests start working
201
+ # Re-enable when Safari tests start working
202
202
# - os: macos-12
203
203
# host: x86_64-apple-darwin
204
204
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104
104
## [ 0.2.2] - 2021-01-19
105
105
### Changed
106
106
- Forward ` rustc-dep-of-std ` to dependencies. [ #198 ]
107
- - Highlight feature-dependend functionality in documentation using the ` doc_cfg ` feature. [ #200 ]
107
+ - Highlight feature-dependent functionality in documentation using the ` doc_cfg ` feature. [ #200 ]
108
108
109
109
[ #198 ] : https://github.com/rust-random/getrandom/pull/198
110
110
[ #200 ] : https://github.com/rust-random/getrandom/pull/200
@@ -234,7 +234,7 @@ disabled `dummy` feature. [#90]
234
234
## [ 0.1.9] - 2019-08-14 [ YANKED]
235
235
### Changed
236
236
- Remove ` std ` dependency for opening and reading files. [ #58 ]
237
- - Use ` wasi ` isntead of ` libc ` on WASI target. [ #64 ]
237
+ - Use ` wasi ` instead of ` libc ` on WASI target. [ #64 ]
238
238
- By default emit a compile-time error when built for an unsupported target.
239
239
This behaviour can be disabled by using the ` dummy ` feature. [ #71 ]
240
240
You can’t perform that action at this time.
0 commit comments