Skip to content

Commit

Permalink
Unpin nightly date
Browse files Browse the repository at this point in the history
  • Loading branch information
grovesNL committed Mar 1, 2019
1 parent 22143f3 commit af58884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ lib-rust: Cargo.lock wgpu-rs/Cargo.toml $(wildcard wgpu-rs/**/*.rs)
cargo build --manifest-path wgpu-rs/Cargo.toml --features $(FEATURE_RUST)

wgpu-bindings/*.h: Cargo.lock wgpu-bindings/src/*.rs lib-native
cargo +nightly-2018-12-27 run --manifest-path wgpu-bindings/Cargo.toml
cargo +nightly run --manifest-path wgpu-bindings/Cargo.toml

examples-native: lib-native wgpu-bindings/wgpu.h $(wildcard wgpu-native/**/*.c)
#$(MAKE) -C examples
Expand Down

0 comments on commit af58884

Please sign in to comment.