Skip to content

Commit af58884

Browse files
committed
Unpin nightly date
1 parent 22143f3 commit af58884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ lib-rust: Cargo.lock wgpu-rs/Cargo.toml $(wildcard wgpu-rs/**/*.rs)
5454
cargo build --manifest-path wgpu-rs/Cargo.toml --features $(FEATURE_RUST)
5555

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

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

0 commit comments

Comments
 (0)