mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-15 22:31:02 +00:00
Move compiletest out of the unstable feature flag
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ matrix:
|
|||||||
- cd "${TRAVIS_BUILD_DIR}/test_suite/deps"
|
- cd "${TRAVIS_BUILD_DIR}/test_suite/deps"
|
||||||
- cargo build
|
- cargo build
|
||||||
- cd "${TRAVIS_BUILD_DIR}/test_suite"
|
- cd "${TRAVIS_BUILD_DIR}/test_suite"
|
||||||
- cargo test --features unstable
|
- cargo test --features unstable,compiletest
|
||||||
- cd "${TRAVIS_BUILD_DIR}/test_suite/no_std"
|
- cd "${TRAVIS_BUILD_DIR}/test_suite/no_std"
|
||||||
- cargo build
|
- cargo build
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,8 @@ authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay
|
|||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
unstable = ["serde/unstable", "compiletest_rs"]
|
unstable = ["serde/unstable"]
|
||||||
|
compiletest = ["compiletest_rs"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
fnv = "1.0"
|
fnv = "1.0"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#![cfg(feature = "unstable")]
|
#![cfg(feature = "compiletest")]
|
||||||
|
|
||||||
extern crate compiletest_rs as compiletest;
|
extern crate compiletest_rs as compiletest;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user