Compare commits

..

No commits in common. "6029d6c90c08bdac7be28f97e153d0b0e1cdfc05" and "c9550af4adaebf64ded4da53523d97e671abcd0a" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[workspace.package]
version = "0.2.20"
version = "0.2.19"
[workspace]
resolver = "2"

View file

@ -102,7 +102,7 @@
trictrac = with final; rustPlatform.buildRustPackage {
pname = "trictrac";
version = "0.2.20"; # trictrac-version
version = "0.2.19"; # trictrac-version
src = ./.;
nativeBuildInputs = [ pkg-config ];