File tree 2 files changed +2
-2
lines changed 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
64
64
65
65
### Other
66
66
- 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 ) )
68
68
- Use ` dep: ` syntax to avoid implicit features. ([ #1099 ] ( https://github.com/rust-lang/cc-rs/pull/1099 ) )
69
69
- Minor clippy fixes. ([ #1098 ] ( https://github.com/rust-lang/cc-rs/pull/1098 ) )
70
70
- 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 {
3952
3952
} else {
3953
3953
Err ( Error :: new (
3954
3954
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." ,
3956
3956
) )
3957
3957
}
3958
3958
}
You can’t perform that action at this time.
0 commit comments