Skip to content

Commit dda2d57

Browse files
committed
chore(deps): pin cookie_store to v0.22.0
1 parent 785388f commit dda2d57

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci/pin-msrv.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ set -x
44
set -euo pipefail
55

66
# Pin dependencies for MSRV (1.85.0)
7-
cargo update time --precise 0.3.36
7+
cargo update cookie_store --precise 0.22.0
8+
cargo update time --precise 0.3.45

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fmt:
4747

4848
# Verify the library builds with MSRV (1.85.0)
4949
msrv:
50-
./ci/pin-msrv.sh
50+
bash ci/pin-msrv.sh
5151
cargo +1.85.0 build --all-features
5252
cargo +1.85.0 test --all-features
5353

0 commit comments

Comments
 (0)