Skip to content

Commit ef35d8a

Browse files
authoredMar 21, 2025
chore: pin once-cell on msrv ci job (#175)
1 parent d51318d commit ef35d8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/CI.yml

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
cargo update --package tokio --precise 1.38.1
7272
cargo update --package tokio-util --precise 0.7.11
7373
cargo update --package hashbrown --precise 0.15.0
74+
cargo update --package once_cell --precise 1.20.3
7475
- name: Install Rust (${{ matrix.rust }})
7576
uses: dtolnay/rust-toolchain@master
7677
with:

0 commit comments

Comments
 (0)