Skip to content

Commit ddee889

Browse files
authored
Merge pull request #269 from RGB-WG/develop
Release v0.11.0 beta 9
2 parents 670a7b6 + 3346e51 commit ddee889

35 files changed

+2797
-1472
lines changed

.github/workflows/build.yml

+1-1
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

+1-1
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)