Skip to content

Commit

Permalink
Updates toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Sep 17, 2024
1 parent dd2df12 commit b4f59b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
contents: read

env:
nightly: nightly-2024-05-15
nightly: nightly-2024-09-08

jobs:
validate-swagger:
Expand Down
2 changes: 1 addition & 1 deletion rust-nightly-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2024-05-15
nightly-2024-09-08
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.78.0"
channel = "1.81.0"
components = ["rustc", "cargo", "rust-std", "rust-docs", "rls", "rust-src", "rust-analysis"]
targets = []
4 changes: 2 additions & 2 deletions rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ format_macro_matchers = true
format_strings = true
group_imports = "StdExternalCrate"
hard_tabs = false
hide_parse_errors = false
ignore = []
imports_granularity = "Module"
imports_indent = "Block"
Expand All @@ -45,7 +44,8 @@ remove_nested_parens = true
reorder_impl_items = true
reorder_imports = true
reorder_modules = true
required_version = "1.7.0"
required_version = "1.7.1"
show_parse_errors = true
skip_children = false
space_after_colon = true
space_before_colon = false
Expand Down

0 comments on commit b4f59b1

Please sign in to comment.