Skip to content
This repository has been archived by the owner on May 24, 2020. It is now read-only.

Commit

Permalink
Pin libc version to 0.2.42
Browse files Browse the repository at this point in the history
  • Loading branch information
russell authored and emosenkis committed Jan 1, 2019
1 parent a46a3b9 commit 3389efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function init_project() {
cargo init
echo 'embedded-hal = { version = "0.2.1", features = ["unproven"] }' >> Cargo.toml
echo 'esp8266-hal = "0.0.1"' >> Cargo.toml
echo 'libc = { version = "0.2.22", default-features = false }' >> Cargo.toml
echo 'libc = { version = "=0.2.42", default-features = false }' >> Cargo.toml
fi
if ! grep -qs no_std src/lib.rs ; then
echo 'Generating src/lib.rs'
Expand Down

0 comments on commit 3389efa

Please sign in to comment.