Skip to content

Commit

Permalink
Merge #54
Browse files Browse the repository at this point in the history
54: bump autocfg to fix no_std probing r=cuviper a=cuviper



Co-authored-by: Josh Stone <[email protected]>
  • Loading branch information
bors[bot] and cuviper committed May 22, 2019
2 parents 372c491 + ca59617 commit 813e021
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ script:
- ./ci/test_full.sh
matrix:
include:
# try a target that doesn't have std at all
- name: "no_std"
rust: stable
env: TARGET=thumbv6m-none-eabi
before_script:
- rustup target add $TARGET
script:
- cargo build --verbose --target $TARGET --no-default-features --features i128,rand,serde
- name: "rustfmt"
rust: 1.31.0
before_script:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ i128 = ["num-traits/i128"]
std = ["num-traits/std"]

[build-dependencies]
autocfg = "0.1.2"
autocfg = "0.1.3"

0 comments on commit 813e021

Please sign in to comment.