From 116498bdbef66670c07ca9d872d3ca7ba93b90dc Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 15 Sep 2022 19:20:53 +0200 Subject: use nightly compiler --- server/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/makefile') diff --git a/server/makefile b/server/makefile index 92df533..6299482 100644 --- a/server/makefile +++ b/server/makefile @@ -2,8 +2,8 @@ .PHONY: release run watch release: target/release/keks-meet run: - cargo +stable run --release + cargo +nightly run --release watch: - systemfd --no-pid -s http::8080 -- cargo watch -x '+stable run' + systemfd --no-pid -s http::8080 -- cargo watch -x '+nightly run' target/release/keks-meet: $(shell find src) Cargo.toml - cargo +stable build --release + cargo +nightly build --release -- cgit v1.2.3-70-g09d2