Skip to content

Commit

Permalink
Fix typos (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed Jan 4, 2023
1 parent e0e406d commit ea5ef25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -198,7 +198,7 @@ jobs:
host: x86_64-unknown-linux-musl
- os: windows-2022
host: x86_64-pc-windows-msvc
# Reenable when Safari tests start working
# Re-enable when Safari tests start working
# - os: macos-12
# host: x86_64-apple-darwin
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -104,7 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.2.2] - 2021-01-19
### Changed
- Forward `rustc-dep-of-std` to dependencies. [#198]
- Highlight feature-dependend functionality in documentation using the `doc_cfg` feature. [#200]
- Highlight feature-dependent functionality in documentation using the `doc_cfg` feature. [#200]

[#198]: https://github.com/rust-random/getrandom/pull/198
[#200]: https://github.com/rust-random/getrandom/pull/200
Expand Down Expand Up @@ -234,7 +234,7 @@ disabled `dummy` feature. [#90]
## [0.1.9] - 2019-08-14 [YANKED]
### Changed
- Remove `std` dependency for opening and reading files. [#58]
- Use `wasi` isntead of `libc` on WASI target. [#64]
- Use `wasi` instead of `libc` on WASI target. [#64]
- By default emit a compile-time error when built for an unsupported target.
This behaviour can be disabled by using the `dummy` feature. [#71]

Expand Down

0 comments on commit ea5ef25

Please sign in to comment.