Update n2 for -d explain

This commit is contained in:
Damien Elmes 2023-06-23 16:19:48 +10:00
parent 40e1520acb
commit f71017a14e
2 changed files with 2 additions and 2 deletions

2
ninja
View file

@ -12,4 +12,4 @@ export RECONFIGURE_KEY="${MAC_X86};${SOURCEMAP}"
# separate build+run steps so build env doesn't leak into subprocesses
cargo build -p runner
exec $out/rust/debug/runner build $*
exec $out/rust/debug/runner build -- $*

View file

@ -1,3 +1,3 @@
#!/bin/bash
cargo install --git https://github.com/evmar/n2.git --rev 9ae7d98ae708454b48cc2e1fe54f2969b20b0ba4
cargo install --git https://github.com/evmar/n2.git --rev 603e5fd7e7e878fcb87fd67f0bd23e715c840bf5