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.
@@ -372,9 +372,9 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
372
372
 
373
373
  [[package]]
374
374
  name = "cc"
375
- version = "1.0.89"
375
+ version = "1.0.90"
376
376
  source = "registry+https://github.com/rust-lang/crates.io-index"
377
- checksum = "a0ba8f7aaa012f30d5b2861462f6708eccd49c3c39863fe083a308035f63d723"
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",
@@ -20,3 +20,4 @@ serde_derive = "1.0.197"
20
20
  serde_json = "1.0.114"
21
21
  tokio = { version = "1.36.0", features = ["full"] }
22
22
  openssl = { version = "0.10", features = ["vendored"] }
23
+ cc = "1.0.90"
Binary file
Binary file
@@ -4,7 +4,7 @@
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "build": "RUSTFLAGS='-C target-feature=-crt-static' cargo-cp-artifact -nc index.unix.node -- cargo build --message-format=json-render-diagnostics --target x86_64-unknown-linux-gnu",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eitri-cli",
3
- "version": "1.9.0-beta.7",
3
+ "version": "1.9.0-beta.8",
4
4
  "description": "Command Line Interface to make \"Eitri-App\" with code and fire.",
5
5
  "main": "index.js",
6
6
  "bin": {