chore: bump version to 0.2.18
This commit is contained in:
parent
813cc3448a
commit
1cdb1380b4
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.2.16"
|
version = "0.2.18"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
frontendCargoDeps = rustPlatform.fetchCargoVendor {
|
frontendCargoDeps = rustPlatform.fetchCargoVendor {
|
||||||
src = ./.;
|
src = ./.;
|
||||||
name = "trictrac-frontend-vendor";
|
name = "trictrac-frontend-vendor";
|
||||||
hash = "sha256-XBxdRT/f69GDfVc18/DnnAiY1vjMGMWfcYot0K0jevg=";
|
hash = "sha256-HJ9iUzsaMKapKb9DH0aoX7keuShq5fnHk1TSvNlw2CQ=";
|
||||||
};
|
};
|
||||||
# Must match the wasm-bindgen version in Cargo.lock
|
# Must match the wasm-bindgen version in Cargo.lock
|
||||||
wasm-bindgen-version = "0.2.118";
|
wasm-bindgen-version = "0.2.118";
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
|
|
||||||
trictrac = with final; rustPlatform.buildRustPackage {
|
trictrac = with final; rustPlatform.buildRustPackage {
|
||||||
pname = "trictrac";
|
pname = "trictrac";
|
||||||
version = "0.2.16"; # trictrac-version
|
version = "0.2.18"; # trictrac-version
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue