cargo dprint 0.17.1

latest releases: 0.54.0, 0.53.2, 0.53.1...
4 years ago

Changes

  • perf: faster glob walking (#412)

Install

Linux/Mac/WSL:

curl -fsSL https://dprint.dev/install.sh | sh

Windows (use Powershell or installer below):

iwr https://dprint.dev/install.ps1 -useb | iex

Homebrew (Mac):

brew install dprint

Cargo (builds and installs the cargo package from source):

cargo install dprint

npm:

npm install dprint
npx dprint help

# or install globally
npm install -g dprint
dprint help

bvm (Experimental):

bvm install https://bvm.land/dprint/0.17.1.json

# or install via the registry
bvm registry add https://bvm.land/dprint/registry.json
bvm install dprint

Or project specific in bvm.json:

{
  "dependencies": [
    "https://bvm.land/dprint/0.17.1.json@6c4159d805b591879867ad0bf514af371986ca59a882eee6fa5c9834ee12b680"
  ]
}

Checksums

Artifact SHA-256 Checksum
Linux Zip 2cb7a12d5d66bbaccbe544036feaefe3e0844ea93144b416bef3bcde072c1c89
Mac Zip f7521a86cdf708c8cdd8404cbb184945b78e338cbfccabc14659dbc199e02c2f
Windows Zip cfbdfefcdc1955cb563b9a09631bb42273f78c43417c4ae9f960da2f609e944d
Windows Installer 5fbedb36c425e6f86d6002a093e3188a7277e2058478c9ae05b02145f2f1208e

Don't miss a new dprint release

NewReleases is sending notifications on new releases.