0.18.1
Changes
- fix: switch to
similarcrate fordprint check - fix: support mapped wsl drives on Windows in editors
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.18.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.18.1.json@cba0b680b3a25cbe9185a13d7e735cb448fbae6cb1f579fe32a620e2df87feb0"
]
}Checksums
| Artifact | SHA-256 Checksum |
|---|---|
| Linux Zip | 955723c75429c58d5b513d85424421f8a1fb01bac5027f00efa968fcb232fc3f |
| Mac Zip | 5ea30428d69b1e17bf9c4b7090e65d0456750ca17c1a75d97b6b1ba6b3e51068 |
| Windows Zip | 8b50eb23b9931f11874eac96d204250aede11d3d65ef25de7c6b3faeb7d592aa |
| Windows Installer | 3e97ccf56f87ccfc5004d36c09a24824cfd82980ef2af65c61a72b95df8ffe73 |