0.22.1
Changes
- fix: include CPU architecture in plugin cache path (#467)
This release fixes the plugin cache path to also include the CPU architecture. This prevents errors when using an M1 build through homebrew and also using the x86_64 build through npm on the same machine (I'll get an M1 release for npm eventually). Also, it prevents errors when using the same file system across different architectures.
Install
Linux/Mac/WSL:
curl -fsSL https://dprint.dev/install.sh | shWindows (use Powershell or installer below):
iwr https://dprint.dev/install.ps1 -useb | iexHomebrew (Mac):
brew install dprintCargo (builds and installs the cargo package from source):
cargo install dprintnpm:
npm install dprint
npx dprint help
# or install globally
npm install -g dprint
dprint helpbvm (Experimental):
bvm install https://bvm.land/dprint/0.22.1.json
# or install via the registry
bvm registry add https://bvm.land/dprint/registry.json
bvm install dprintOr project specific in bvm.json:
{
"dependencies": [
"https://bvm.land/dprint/0.22.1.json@f8da63f274874923a1c5a74dde4769180d02a719b01030435e0cf321a7b3aaeb"
]
}Checksums
| Artifact | SHA-256 Checksum |
|---|---|
| Linux Zip | 20178b34672777805960ca56643e74e0dbf07cdca648c923b4292d70131db7b5 |
| Mac Zip | d52e4399a81576181fb9cdaf7f2c12de94b53c88394bed287f07a891020bb634 |
| Windows Zip | b622edf5318057aa54f278696904cb8ef030cc04ec662ee4bc75f1e849f6f0d1 |
| Windows Installer | 4a8c52e9a9e88e19194d5e5853200dc7fd465f4beb6f5cf2bd4d16ff655689c9 |