Skip to content

Commit

Permalink
rustic-rs#950: Result of dprint fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
troelsarvin committed Nov 20, 2023
1 parent fb9c677 commit a7fd3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]

0 comments on commit a7fd3f7

Please sign in to comment.