From a7fd3f7dc55cbdd10c411b4c1f32dd19874af915 Mon Sep 17 00:00:00 2001 From: Troels Arvin Date: Mon, 20 Nov 2023 21:01:23 +0100 Subject: [PATCH] #950: Result of dprint fmt --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba3d87cb9..799d7f009 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -204,5 +204,5 @@ codegen-units = 1 # will result in a file like target/generate-rpm/rustic-rs-0.6.1-1.x86_64.rpm [package.metadata.generate-rpm] assets = [ - { source = "target/release/rustic", dest = "/usr/bin/rustic", mode = "0755", config = false, doc = false, user = "root", group = "root" } + { source = "target/release/rustic", dest = "/usr/bin/rustic", mode = "0755", config = false, doc = false, user = "root", group = "root" }, ]