eitri-cli 1.9.0-beta.7 → 1.9.0-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/eitri-cli-v2/Cargo.lock
CHANGED
|
@@ -372,9 +372,9 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
|
|
372
372
|
|
|
373
373
|
[[package]]
|
|
374
374
|
name = "cc"
|
|
375
|
-
version = "1.0.
|
|
375
|
+
version = "1.0.90"
|
|
376
376
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
377
|
-
checksum = "
|
|
377
|
+
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
|
|
378
378
|
|
|
379
379
|
[[package]]
|
|
380
380
|
name = "cfg-if"
|
|
@@ -500,6 +500,7 @@ checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
|
|
|
500
500
|
name = "eitri-cli-v2"
|
|
501
501
|
version = "0.1.0"
|
|
502
502
|
dependencies = [
|
|
503
|
+
"cc",
|
|
503
504
|
"homedir",
|
|
504
505
|
"httpmock",
|
|
505
506
|
"neon",
|
package/eitri-cli-v2/Cargo.toml
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
|
-
"build": "
|
|
7
|
+
"build": "cargo-cp-artifact -nc index.unix.node -- cargo build --message-format=json-render-diagnostics --target x86_64-unknown-linux-gnu",
|
|
8
8
|
"build:win32": "cargo-cp-artifact -nc index.win32.node -- cargo build --message-format=json-render-diagnostics --target x86_64-pc-windows-gnu",
|
|
9
9
|
"build-debug": "npm run build --",
|
|
10
10
|
"build-release": "npm run build -- --release",
|