Prepare v0.0.3 release
This commit is contained in:
+1
-1
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user