From a2a0a04465ce32e471f4b61671082151da84a4ec Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Sat, 9 Apr 2022 19:39:49 +0200 Subject: [PATCH] Update dprint plugins to fix CI error --- dprint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dprint.json b/dprint.json index c73d9690..3f1eab87 100644 --- a/dprint.json +++ b/dprint.json @@ -18,8 +18,8 @@ "includes": ["**/*.{md}", "**/*.{toml}", "**/*.{rs}"], "excludes": [ "target/" ], "plugins": [ - "https://plugins.dprint.dev/markdown-0.6.1.wasm", + "https://plugins.dprint.dev/markdown-0.13.1.wasm", "https://github.com/thomaseizinger/dprint-plugin-cargo-toml/releases/download/0.1.0/cargo-toml-0.1.0.wasm", - "https://plugins.dprint.dev/rustfmt-0.4.0.exe-plugin@c6bb223ef6e5e87580177f6461a0ab0554ac9ea6b54f78ea7ae8bf63b14f5bc2" + "https://plugins.dprint.dev/rustfmt-0.6.1.exe-plugin@99b89a0599fd3a63e597e03436862157901f3facae2f0c2fbd0b9f656cdbc2a5" ] }