diff --git a/sailfish-tests/integration-tests/Cargo.toml b/sailfish-tests/integration-tests/Cargo.toml index f309919..8f5fa94 100755 --- a/sailfish-tests/integration-tests/Cargo.toml +++ b/sailfish-tests/integration-tests/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" publish = false [dependencies] -sailfish = { path = "../../sailfish", default-features = false, features = ["json"] } +sailfish = { path = "../../sailfish", features = ["json"] } sailfish-macros = { path = "../../sailfish-macros" } sailfish-compiler = { path = "../../sailfish-compiler" } serde_json = "1.0.95"