Skip to content

Commit

Permalink
use astrik version
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Aug 15, 2023
1 parent 4980c8f commit c861600
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .changes/static-crt.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
"nsis_tauri_utils": "patch"
"nsis_download": "patch"
"nsis_process": "patch"
"nsis_semvercompare": "patch"
"nsis_tauri_utils": "minor"
"nsis_download": "minor"
"nsis_process": "minor"
"nsis_semvercompare": "minor"
---

Statically link CRT.
6 changes: 3 additions & 3 deletions crates/nsis-tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ version = "0.1.1"
crate-type = [ "cdylib" ]

[dependencies]
nsis-download = { path = "../nsis-download" }
nsis-process = { path = "../nsis-process" }
nsis-semvercompare = { path = "../nsis-semvercompare" }
nsis-download = { version = "*", path = "../nsis-download" }
nsis-process = { version = "*", path = "../nsis-process" }
nsis-semvercompare = { version = "*", path = "../nsis-semvercompare" }

0 comments on commit c861600

Please sign in to comment.