From 3d07157bba0017beb78fddc13c5b8bcf7fa76925 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 04:28:16 +0000 Subject: [PATCH] dprint: Update to version 0.34.1 --- bucket/dprint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dprint.json b/bucket/dprint.json index 6d912f40ab..e3d06c77ad 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.34.0", + "version": "0.34.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/dprint/dprint/releases/download/0.34.0/dprint-x86_64-pc-windows-msvc.zip", - "hash": "29da4f68d07cab10d0d90fdcf671c3ccdda15503ac5aa5c23c72534064b0e0b4" + "url": "https://github.com/dprint/dprint/releases/download/0.34.1/dprint-x86_64-pc-windows-msvc.zip", + "hash": "a3a06a8d1a6a2801db11c605b603401c0e5ba8dbc0e65a55c666bdd89fbecddc" } }, "bin": "dprint.exe",