aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/rust/deny.toml4
-rw-r--r--templates/rust/rust-toolchain.toml2
2 files changed, 2 insertions, 4 deletions
diff --git a/templates/rust/deny.toml b/templates/rust/deny.toml
index fd95cdb..acefd37 100644
--- a/templates/rust/deny.toml
+++ b/templates/rust/deny.toml
@@ -24,9 +24,7 @@ registries = []
[[licenses.clarify]]
name = "ring"
expression = "MIT AND ISC AND OpenSSL"
-license-files = [
- { path = "LICENSE", hash = 0xbd0eed23 }
-]
+license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
[bans]
multiple-versions = "warn"
diff --git a/templates/rust/rust-toolchain.toml b/templates/rust/rust-toolchain.toml
index e7ae097..cc8f987 100644
--- a/templates/rust/rust-toolchain.toml
+++ b/templates/rust/rust-toolchain.toml
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.64.0"
-components = [ "rustfmt", "clippy" ]
+components = ["rustfmt", "clippy"]