Skip to content

Commit

Permalink
bump autocfg to fix no_std probing
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed May 22, 2019
1 parent 8e765ee commit a194d91
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 @@ -14,6 +14,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
- 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 @@ -24,4 +24,4 @@ std = []
i128 = []

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

0 comments on commit a194d91

Please sign in to comment.