Skip to content

Commit 2d39c0a

Browse files
committed
Update minhook requirement from 0.6 to 0.7
1 parent 1b1276a commit 2d39c0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-preemptive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ "${CROSS}" = "1" ]; then
77
export CARGO_NET_RETRY=5
88
export CARGO_NET_TIMEOUT=10
99

10-
cargo install cross --git https://github.com/cross-rs/cross --rev 4090beca3cfffa44371a5bba524de3a578aa46c3
10+
cargo install cross --git https://github.com/cross-rs/cross --rev c7dee4d008475ce1c140773cbcd6078f4b86c2aa
1111
CARGO=cross
1212
fi
1313

.github/workflows/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ "${CROSS}" = "1" ]; then
77
export CARGO_NET_RETRY=5
88
export CARGO_NET_TIMEOUT=10
99

10-
cargo install cross --git https://github.com/cross-rs/cross --rev 4090beca3cfffa44371a5bba524de3a578aa46c3
10+
cargo install cross --git https://github.com/cross-rs/cross --rev c7dee4d008475ce1c140773cbcd6078f4b86c2aa
1111
CARGO=cross
1212
fi
1313

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ windows-sys = "0.59"
4545
anyhow = "1.0"
4646
slab = "0.4"
4747
backtrace = "0.3"
48-
minhook = "0.6"
48+
minhook = "0.7"
4949
psm = "0.1"
5050

5151
once_cell = "1"

0 commit comments

Comments
 (0)