eitri-cli 1.45.0-beta.1 → 1.45.0

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.
@@ -118,7 +118,7 @@ pipelines:
118
118
  script:
119
119
  - apt-get install -y mingw-w64
120
120
  - rustup target add x86_64-pc-windows-msvc
121
- - cargo install --locked cargo-xwin
121
+ - cargo install --locked --version 0.18.6 cargo-xwin
122
122
  - cd eitri-cli-v2
123
123
  - npm install
124
124
  - npm run build -- --target x86_64-pc-windows-msvc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eitri-cli",
3
- "version": "1.45.0-beta.1",
3
+ "version": "1.45.0",
4
4
  "description": "Command Line Interface to make \"Eitri-App\" with code and fire.",
5
5
  "main": "index.js",
6
6
  "bin": {