Skip to content

Commit

Permalink
new: Rework directory locking and the install target. (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 27, 2023
1 parent f19e8bc commit 5fa6beb
Show file tree
Hide file tree
Showing 13 changed files with 173 additions and 180 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#### 🚀 Updates

- Added Linux x64 musl support (`x86_64-unknown-linux-musl`).
- Improved file and directory locking. Will now work correctly across processes and signals, especially for killed/dropped.
- Updated WASM functions to use explicit Rust enum types for versions to properly handle all variations (version, alias, requirement, range).
- WASM API
- Uses `VersionSpec` enum:
Expand Down
Loading

0 comments on commit 5fa6beb

Please sign in to comment.