Skip to content

Commit 95559c6

Browse files
Bump caps to 0.5.1. Add x32 to CI for cross-builds and Tier 3 list in README
1 parent 59c18e2 commit 95559c6

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.cirrus.yml

+4
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ task:
157157
- name: Linux s390x
158158
env:
159159
TARGET: s390x-unknown-linux-gnu
160+
- name: Linux x32
161+
env:
162+
TARGET: x86_64-unknown-linux-gnux32
163+
CHECK_TESTS: true
160164
- name: NetBSD x86_64
161165
env:
162166
TARGET: x86_64-unknown-netbsd

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tempfile = "3.0.5"
4646
semver = "0.9.0"
4747

4848
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dev-dependencies]
49-
caps = "0.3.1"
49+
caps = "0.5.1"
5050

5151
[target.'cfg(target_os = "freebsd")'.dev-dependencies]
5252
sysctl = "0.1"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Tier 2:
8383
Tier 3:
8484
* x86_64-fuchsia
8585
* x86_64-unknown-redox
86+
* x86_64-unknown-linux-gnux32
8687

8788
## Usage
8889

0 commit comments

Comments
 (0)