mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-03 19:41:41 +02:00
release: 1.0.4
This commit is contained in:
Generated
+1
-1
@@ -5852,7 +5852,7 @@ checksum = "670fdfda89751bc4a84ac13eaa63e205cf0fd22b4c9a5fbfa085b63c1f1d3a30"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "main"
|
name = "main"
|
||||||
version = "1.0.3"
|
version = "1.0.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"api-router",
|
"api-router",
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
if pkgs.stdenv.isDarwin
|
if pkgs.stdenv.isDarwin
|
||||||
then "dylib"
|
then "dylib"
|
||||||
else "so";
|
else "so";
|
||||||
minneVersion = "1.0.3";
|
minneVersion = "1.0.4";
|
||||||
|
|
||||||
# Pre-download mozjs binary archive for mozjs_sys (servo dep).
|
# Pre-download mozjs binary archive for mozjs_sys (servo dep).
|
||||||
# When updating mozjs_sys version in Cargo.lock, update this URL too.
|
# When updating mozjs_sys version in Cargo.lock, update this URL too.
|
||||||
@@ -185,7 +185,7 @@
|
|||||||
// {
|
// {
|
||||||
cargoArtifacts = minne-pkg;
|
cargoArtifacts = minne-pkg;
|
||||||
pname = "minne";
|
pname = "minne";
|
||||||
buildInputs = commonArgs.buildInputs ++ [ pkgs.cacert ];
|
buildInputs = commonArgs.buildInputs ++ [pkgs.cacert];
|
||||||
SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-certificates.crt";
|
SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-certificates.crt";
|
||||||
cargoTestExtraArgs = "--lib --bins";
|
cargoTestExtraArgs = "--lib --bins";
|
||||||
});
|
});
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "main"
|
name = "main"
|
||||||
version = "1.0.3"
|
version = "1.0.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.91"
|
rust-version = "1.91"
|
||||||
repository = "https://github.com/perstarkse/minne"
|
repository = "https://github.com/perstarkse/minne"
|
||||||
|
|||||||
Reference in New Issue
Block a user