File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6464
6565### Other
6666- Update publish.yml to use release-plz ([ #1101 ] ( https://github.com/rust-lang/cc-rs/pull/1101 ) )
67- - Accpet ` OsStr ` instead of ` str ` for flags ([ #1100 ] ( https://github.com/rust-lang/cc-rs/pull/1100 ) )
67+ - Accept ` OsStr ` instead of ` str ` for flags ([ #1100 ] ( https://github.com/rust-lang/cc-rs/pull/1100 ) )
6868- Use ` dep: ` syntax to avoid implicit features. ([ #1099 ] ( https://github.com/rust-lang/cc-rs/pull/1099 ) )
6969- Minor clippy fixes. ([ #1098 ] ( https://github.com/rust-lang/cc-rs/pull/1098 ) )
7070- Fix WASI compilation for C++ ([ #1083 ] ( https://github.com/rust-lang/cc-rs/pull/1083 ) )
Original file line number Diff line number Diff line change @@ -3952,7 +3952,7 @@ impl Build {
39523952 } else {
39533953 Err ( Error :: new (
39543954 ErrorKind :: EnvVarNotFound ,
3955- "Environment variable WASI_SYSROOT not defined. Download sysroot from github & setup environment variable WASI_SYSROOT targetting the folder." ,
3955+ "Environment variable WASI_SYSROOT not defined. Download sysroot from GitHub & setup environment variable WASI_SYSROOT targeting the folder." ,
39563956 ) )
39573957 }
39583958 }
You can’t perform that action at this time.
0 commit comments