Skip to content

Commit 813e021

Browse files
bors[bot]cuviper
andcommitted
54: bump autocfg to fix no_std probing r=cuviper a=cuviper Co-authored-by: Josh Stone <cuviper@gmail.com>
2 parents 372c491 + ca59617 commit 813e021

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ script:
1313
- ./ci/test_full.sh
1414
matrix:
1515
include:
16+
# try a target that doesn't have std at all
17+
- name: "no_std"
18+
rust: stable
19+
env: TARGET=thumbv6m-none-eabi
20+
before_script:
21+
- rustup target add $TARGET
22+
script:
23+
- cargo build --verbose --target $TARGET --no-default-features --features i128,rand,serde
1624
- name: "rustfmt"
1725
rust: 1.31.0
1826
before_script:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ i128 = ["num-traits/i128"]
3838
std = ["num-traits/std"]
3939

4040
[build-dependencies]
41-
autocfg = "0.1.2"
41+
autocfg = "0.1.3"

0 commit comments

Comments
 (0)