1 parent 7c1512e commit e0884dbCopy full SHA for e0884db
1 file changed
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Install Rust
91
uses: dtolnay/rust-toolchain@stable
92
with:
93
- toolchain: "1.88" # STABLE
+ toolchain: "1.89" # STABLE
94
- uses: Swatinem/rust-cache@v2
95
- name: Check documentation
96
env:
@@ -105,7 +105,7 @@ jobs:
105
106
107
108
109
components: rustfmt
110
111
- name: Check formatting
@@ -121,7 +121,7 @@ jobs:
121
122
123
124
125
components: clippy
126
127
- name: Install SARIF tools
0 commit comments