Skip to content

Commit 38367e6

Browse files
Update clippy and change 'dylib' back to 'cdylib'
1 parent 4ec0f4d commit 38367e6

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
@@ -8,7 +8,7 @@ env:
88
- RUST_VERSION=stable
99
- RUSTFMT_VERSION=0.9.0
1010
- RUST_NIGHTLY_VERSION=nightly-2017-06-21
11-
- RUST_CLIPPY_VERSION=0.0.140
11+
- RUST_CLIPPY_VERSION=0.0.143
1212
cache:
1313
directories:
1414
- "$HOME/.cargo"

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Stanislav Tkach <[email protected]"]
55

66
[lib]
7-
crate-type = ["dylib"]
7+
crate-type = ["cdylib"]
88

99
[dependencies]
1010
log = "0.3"

0 commit comments

Comments
 (0)