Merge branch 'release/0.2.18'

This commit is contained in:
Henri Bourcereau 2026-06-21 13:48:59 +02:00
commit 84e0d127c0
18 changed files with 3174 additions and 411 deletions

View file

@ -39,7 +39,7 @@
frontendCargoDeps = rustPlatform.fetchCargoVendor {
src = ./.;
name = "trictrac-frontend-vendor";
hash = "sha256-XBxdRT/f69GDfVc18/DnnAiY1vjMGMWfcYot0K0jevg=";
hash = "sha256-HJ9iUzsaMKapKb9DH0aoX7keuShq5fnHk1TSvNlw2CQ=";
};
# Must match the wasm-bindgen version in Cargo.lock
wasm-bindgen-version = "0.2.118";
@ -102,7 +102,7 @@
trictrac = with final; rustPlatform.buildRustPackage {
pname = "trictrac";
version = "0.2.17"; # trictrac-version
version = "0.2.16"; # trictrac-version
src = ./.;
nativeBuildInputs = [ pkg-config ];