Skip to content

Commit 78ae2a9

Browse files
authored
ci: fix msrv check (#12748)
1 parent 741938a commit 78ae2a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/covector-version-or-publish-v1.yml

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
cargo update -p string_cache_codegen --precise 0.5.2
9999
cargo update -p openssl --precise 0.10.66
100100
cargo update -p openssl-sys --precise 0.9.103
101+
cargo update -p cargo_toml --precise 0.15.2
101102
102103
- name: install rust ${{ matrix.project.toolchain || matrix.platform.toolchain }}
103104
uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)