Skip to content

Commit 3cd4ad5

Browse files
authored
Merge pull request #278 from RGB-WG/chore
Fix formatting, prepare for v0.11 beta 9 release
2 parents 32d8109 + 72a903c commit 3cd4ad5

File tree

19 files changed

+397
-325
lines changed

19 files changed

+397
-325
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
fail-fast: false
5959
matrix:
60-
toolchain: [ nightly, beta, stable, 1.76.0 ]
60+
toolchain: [ nightly, beta, stable, 1.77.0 ]
6161
steps:
6262
- uses: actions/checkout@v4
6363
- uses: dtolnay/rust-toolchain@master

.rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
edition = "2021"
2-
version = "Two"
2+
style_edition = "2021"
33

44
max_width = 100
55
array_width = 100

0 commit comments

Comments
 (0)