Skip to content

Commit

Permalink
refactor: replace bossy with duct (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Co-authored-by: Lucas Nogueira <[email protected]>
  • Loading branch information
3 people authored Apr 22, 2023
1 parent 642b026 commit 6ee75fb
Show file tree
Hide file tree
Showing 49 changed files with 848 additions and 1,469 deletions.
5 changes: 5 additions & 0 deletions .changes/bossy-to-duct.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri-mobile": "minor"
---

**Breaking** Replace `bossy` with `duct` across the crate. bossy has two ways to create commands, impure and pure. The pure version won't inherit env variables. This causes child processes won't get the env varialbes and results in issues like openssl cross compilation.
Loading

0 comments on commit 6ee75fb

Please sign in to comment.