Skip to content

Commit bbbcd67

Browse files
committed
Updated Rust version for CI.
1 parent 643d55c commit bbbcd67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pr: ["main", "byte-routing"]
33

44
variables:
55
RUSTFLAGS: -Dwarnings
6-
RUST_VERSION: 1.76.0
6+
RUST_VERSION: 1.78.0
77

88
stages:
99
- stage: Lint

ci/azure-code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- template: azure-install-rust.yml
2525
parameters:
26-
rust_version: 1.76.0
26+
rust_version: 1.78.0
2727
- template: azure-install-sccache.yml
2828

2929
- script: cargo install cargo-tarpaulin

0 commit comments

Comments
 (0)