From d2e050647f15b048bcc65f015331f4fe949d98f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 May 2022 20:27:56 +0000 Subject: [PATCH] dprint: Update to version 0.29.1 --- bucket/dprint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dprint.json b/bucket/dprint.json index 70a4cec859..4181059c90 100644 --- a/bucket/dprint.json +++ b/bucket/dprint.json @@ -1,12 +1,12 @@ { "homepage": "https://dprint.dev", "description": "Pluggable and configurable code formatting platform written in Rust.", - "version": "0.29.0", + "version": "0.29.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/dprint/dprint/releases/download/0.29.0/dprint-x86_64-pc-windows-msvc.zip", - "hash": "3188f7d85cf0d0920f1eb955e10ba34033a309ce3de4af67cd89be54dc787d7e" + "url": "https://github.com/dprint/dprint/releases/download/0.29.1/dprint-x86_64-pc-windows-msvc.zip", + "hash": "ff29940506de655e2abf554f707e02a02b2b15219086d29a3d81fe51f32d5ea2" } }, "bin": "dprint.exe",