File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444 - name : Check clippy lints
4545 run : cargo clippy -- -D warnings -A clippy::result_large_err
4646
47- - uses : cocogitto/cocogitto-action@v3.8
47+ - uses : cocogitto/cocogitto-action@v3.11
4848 with :
4949 check-latest-tag-only : true
5050 git-user : glsl-lang
@@ -159,7 +159,7 @@ jobs:
159159 && cargo-workspaces -V
160160 )
161161
162- - uses : cocogitto/cocogitto-action@v3.8
162+ - uses : cocogitto/cocogitto-action@v3.11
163163 id : release
164164 # Set to true because the action fails if there's nothing to release
165165 continue-on-error : true
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ path = "src/lib.rs"
1818proc-macro = true
1919
2020[dependencies ]
21- darling = " 0.20 "
21+ darling = " 0.21 "
2222proc-macro2 = " 1.0"
2323quote = " 1.0"
2424syn = " 2.0"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ lalrpop = "0.22.1"
3232lang-util-dev = " =0.8.0"
3333glsl-lang-pp = " =0.8.0"
3434
35- criterion = " 0.6 "
35+ criterion = " 0.7 "
3636expect-test = " 1.5"
3737glsl = " 7"
3838
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " 1.82 .0"
2+ channel = " 1.88 .0"
33components = [" rustfmt" , " clippy" ]
44profile = " minimal"
You can’t perform that action at this time.
0 commit comments