Skip to content

Commit 06d3505

Browse files
authored
minor: use configure-rust script for cargo deny (#661)
1 parent d89071a commit 06d3505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/check-cargo-deny.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -o errexit
44

5-
. ~/.cargo/env
5+
source ./.evergreen/configure-rust.sh
66

77
cargo install --locked cargo-deny
88
cargo deny --all-features check

0 commit comments

Comments
 (0)