Skip to content

Commit d05eef3

Browse files
committed
chore: update sccache github action
1 parent b9f4ed6 commit d05eef3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
steps:
120120
- uses: actions/checkout@v4
121-
- uses: mozilla-actions/[email protected].4
121+
- uses: mozilla-actions/[email protected].9
122122
- uses: dtolnay/rust-toolchain@master
123123
with:
124124
toolchain: ${{ matrix.rust }}

quinn/src/tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ impl EndpointFactory {
317317
fn client_config(&self) -> ClientConfig {
318318
let mut roots = rustls::RootCertStore::empty();
319319
roots.add(self.cert.cert.der().clone()).unwrap();
320-
let client_config = ClientConfig::with_root_certificates(Arc::new(roots)).unwrap();
321-
client_config
320+
321+
ClientConfig::with_root_certificates(Arc::new(roots)).unwrap()
322322
}
323323
}
324324

0 commit comments

Comments
 (0)