From dcc7e3434fd16bfcf0df6faf343101397316f858 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Sun, 4 Feb 2024 23:39:27 +0100 Subject: [PATCH] chore(style): update dprint plugins and format Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- Cargo.toml | 6 +++--- dprint.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3e95723e..2684d2b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [workspace] members = [ - "crates/core", "crates/backend", + "crates/config", + "crates/core", "crates/testing", "examples/*", - "crates/config", ] resolver = "2" @@ -12,10 +12,10 @@ resolver = "2" rust-version = "1.71.1" [workspace.dependencies] +aho-corasick = "1.1.2" rustic_backend = { path = "crates/backend" } rustic_core = { path = "crates/core" } simplelog = "0.12.1" -aho-corasick = "1.1.2" # dev-dependencies tempfile = "3.9.0" diff --git a/dprint.json b/dprint.json index d9812d6c..80c20d68 100644 --- a/dprint.json +++ b/dprint.json @@ -23,7 +23,7 @@ ], "plugins": [ "https://plugins.dprint.dev/markdown-0.16.3.wasm", - "https://plugins.dprint.dev/toml-0.5.4.wasm", + "https://plugins.dprint.dev/toml-0.6.0.wasm", "https://plugins.dprint.dev/json-0.19.1.wasm" ] }