aboutsummaryrefslogtreecommitdiff
path: root/server/makefile
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-17 14:17:33 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-17 14:17:33 +0200
commit4dca80fd9b4c0b6b0604cb4014b035a186af33d5 (patch)
treeab6098b463327aca5b2cd2aa32c1b12fe280f905 /server/makefile
parent0eecf62f974cbef7c75c20786f1c78d1d2b93344 (diff)
downloadhurrycurry-4dca80fd9b4c0b6b0604cb4014b035a186af33d5.tar
hurrycurry-4dca80fd9b4c0b6b0604cb4014b035a186af33d5.tar.bz2
hurrycurry-4dca80fd9b4c0b6b0604cb4014b035a186af33d5.tar.zst
cargo nightly
Diffstat (limited to 'server/makefile')
-rw-r--r--server/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/makefile b/server/makefile
index b80ff3b8..9f40d4b0 100644
--- a/server/makefile
+++ b/server/makefile
@@ -22,7 +22,7 @@ all: $(SERVER) $(REPLAYTOOL)
clean:
$(SERVER): $(shell find protocol src -type f)
- cargo build --release
+ cargo +nightly build --release
$(REPLAYTOOL): $(shell find protocol replaytool -type f)
- { cd replaytool; cargo build --release; }
+ { cd replaytool; cargo +nightly build --release; }