From af588849529a032ef809990737306d3ca0569ddc Mon Sep 17 00:00:00 2001 From: Joshua Groves Date: Thu, 28 Feb 2019 21:18:16 -0700 Subject: [PATCH] Unpin nightly date --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a94b8be888c..61c00448a2a 100644 --- a/Makefile +++ b/Makefile @@ -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