diff options
| author | metamuffin <metamuffin@disroot.org> | 2022-09-15 19:20:53 +0200 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2022-09-15 19:20:53 +0200 | 
| commit | 116498bdbef66670c07ca9d872d3ca7ba93b90dc (patch) | |
| tree | 337a065e769b65217fbc89e23a5854aae1890544 /server/makefile | |
| parent | 1286385698c4d09876abf29cb5ed595f7cfe1a8f (diff) | |
| download | keks-meet-116498bdbef66670c07ca9d872d3ca7ba93b90dc.tar keks-meet-116498bdbef66670c07ca9d872d3ca7ba93b90dc.tar.bz2 keks-meet-116498bdbef66670c07ca9d872d3ca7ba93b90dc.tar.zst | |
use nightly compiler
Diffstat (limited to 'server/makefile')
| -rw-r--r-- | server/makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
| 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 | 
