CI: Update cross to v0.2.5 (#354)

This commit is contained in:
Guilherme Silva
2023-02-07 14:19:46 -03:00
committed by GitHub
parent 8ec37bcd44
commit e224ea38b3
2 changed files with 1 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ name: CI
env:
RUST_VER: '1.60.0'
CROSS_VER: '0.2.4'
CROSS_VER: '0.2.5'
CARGO_NET_RETRY: 3
jobs:

View File

@@ -1,4 +0,0 @@
# Workaround for: https://github.com/cross-rs/cross/issues/1100
# TODO: Remove this file altogether once a new version of cross (after v0.2.4) is released.
[target.x86_64-unknown-freebsd.env]
passthrough = ["AR_x86_64_unknown_freebsd=x86_64-unknown-freebsd12-ar"]