Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synchronize artifact componentization. (#270)
* Bumping dependencies to latest. This commit bumps dependencies to the latest versions. Closes #262. * Synchronize artifact componentization. This commit makes componentization of build artifacts acquire the lock file in an effort to prevent concurrent cargo-component processes that are building the same workspace from interfering with one another. Additionally, this commit changes the writing of the final build artifact so that it writes to a temp file and then atomically persists the temp file at the final path. Fixes #268. * Bump preview1 adapters. This commit bumps the preview1 adapters to 19.0.2. It also updates CI to use Wasmtime 19.0.2. * Remove call to `sync_all`.
- Loading branch information