Skip to content

Commit 2eda920

Browse files
authored
Merge pull request #48 from posborne/release-0.4.1
Release 0.4.1
2 parents 8e40032 + 6a1bcb5 commit 2eda920

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ os:
77

88
script:
99
- cargo build --verbose
10-
- cargo test --verbose
10+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cargo test --verbose; fi

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "i2cdev"
4-
version = "0.4.0"
4+
version = "0.4.1"
55
authors = ["Paul Osborne <[email protected]>"]
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/rust-embedded/rust-i2cdev"

0 commit comments

Comments
 (0)