Skip to content

Commit 4ed2ea2

Browse files
authored
In Rust 1.63 builds, pin the half crate to v2.2.1. (#1010)
* In Rust 1.63 builds, pin the half crate to v2.2.1. half 2.3.1 appears to depend on newer Rust vesions, so in the Rust 1.63 build use half 2.2.1. * Remove the freebsd-12-4 task from Cirrus CI. According to [this page], freebsd-12-4 is no longer supported. [this page]: https://cirrus-ci.org/guide/FreeBSD/
1 parent 8a7ff3c commit 4ed2ea2

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.cirrus.yml

-13
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,3 @@ task:
2626
test_script:
2727
- . $HOME/.cargo/env
2828
- cargo test --workspace --features=all-apis
29-
30-
task:
31-
name: stable x86_64-unknown-freebsd-12
32-
freebsd_instance:
33-
image_family: freebsd-12-4
34-
setup_script:
35-
- curl https://sh.rustup.rs -sSf --output rustup.sh
36-
- sh rustup.sh --default-toolchain stable -y --profile=minimal
37-
- . $HOME/.cargo/env
38-
- rustup default stable
39-
test_script:
40-
- . $HOME/.cargo/env
41-
- cargo test --workspace --features=all-apis

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
run: |
5454
cargo update --package=dashmap --precise 5.4.0
5555
cargo update --package=regex --precise=1.9.0
56+
cargo update --package=half --precise=2.2.1
5657
5758
- run: >
5859
rustup target add
@@ -492,6 +493,7 @@ jobs:
492493
run: |
493494
cargo update --package=dashmap --precise 5.4.0
494495
cargo update --package=regex --precise=1.9.0
496+
cargo update --package=half --precise=2.2.1
495497
496498
- run: |
497499
cargo test --verbose --features=all-apis --release --workspace -- --nocapture

0 commit comments

Comments
 (0)