diff --git a/Cargo.toml b/Cargo.toml index e5e1d44..f5a1f49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ napi-build = { version = "2.1", optional = true } pyo3-build-config = { version = "0.22", optional = true } [features] -default = ["test-e2e"] +default = [] # extra async-trait = ["dep:async-trait"] serialize = ["dep:serde", "uuid/serde"]