release: 1.0.4

This commit is contained in:
Per Stark
2026-06-23 10:32:38 +02:00
parent aee9136f1e
commit bddb603bd9
3 changed files with 4 additions and 4 deletions
Generated
+1 -1
View File
@@ -5852,7 +5852,7 @@ checksum = "670fdfda89751bc4a84ac13eaa63e205cf0fd22b4c9a5fbfa085b63c1f1d3a30"
[[package]]
name = "main"
version = "1.0.3"
version = "1.0.4"
dependencies = [
"anyhow",
"api-router",
+2 -2
View File
@@ -24,7 +24,7 @@
if pkgs.stdenv.isDarwin
then "dylib"
else "so";
minneVersion = "1.0.3";
minneVersion = "1.0.4";
# Pre-download mozjs binary archive for mozjs_sys (servo dep).
# When updating mozjs_sys version in Cargo.lock, update this URL too.
@@ -185,7 +185,7 @@
// {
cargoArtifacts = minne-pkg;
pname = "minne";
buildInputs = commonArgs.buildInputs ++ [ pkgs.cacert ];
buildInputs = commonArgs.buildInputs ++ [pkgs.cacert];
SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-certificates.crt";
cargoTestExtraArgs = "--lib --bins";
});
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "main"
version = "1.0.3"
version = "1.0.4"
edition = "2021"
rust-version = "1.91"
repository = "https://github.com/perstarkse/minne"