We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b30d5 commit f8151afCopy full SHA for f8151af
2 files changed
.github/workflows/ci-v1.yml
@@ -70,7 +70,7 @@ jobs:
70
sudo apt-get install -y libwebkit2gtk-4.0-dev protobuf-compiler
71
- uses: dtolnay/rust-toolchain@stable
72
with:
73
- toolchain: 1.73.0 # MSRV
+ toolchain: 1.78.0 # MSRV
74
- uses: Swatinem/rust-cache@v2
75
- run: cargo check --manifest-path crates/v1/Cargo.toml --tests
76
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
sudo apt-get install -y webkit2gtk-4.1 protobuf-compiler
67
68
69
- run: cargo check --workspace --tests
0 commit comments