Prepare v0.0.3 release
CI / macos-latest (push) Has been cancelled
CI / ubuntu-latest (push) Has been cancelled
CI / windows-latest (push) Has been cancelled

This commit is contained in:
pleb
2026-07-29 11:08:22 -07:00
parent 1648ec5672
commit 7d659167bd
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ let
buildMudmouth = packageSet:
packageSet.rustPlatform.buildRustPackage {
pname = "mudmouth";
version = "0.0.2";
version = "0.0.3";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;
nativeBuildInputs = [ packageSet.pkg-config ];