Skip to content

Commit 402ce89

Browse files
committed
copy directly from main
1 parent 6c90493 commit 402ce89

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -299,12 +299,7 @@ required-features = ["sqlite"]
299299
[[test]]
300300
name = "sqlite-macros"
301301
path = "tests/sqlite/macros.rs"
302-
required-features = ["sqlite", "macros"]
303-
304-
[[test]]
305-
name = "sqlite-unbundled-macros"
306-
path = "tests/sqlite/macros.rs"
307-
required-features = ["sqlite-unbundled", "macros"]
302+
required-features = ["_sqlite", "macros"]
308303

309304
[[test]]
310305
name = "sqlite-derives"
@@ -443,4 +438,4 @@ required-features = ["postgres"]
443438
[[test]]
444439
name = "postgres-rustsec"
445440
path = "tests/postgres/rustsec.rs"
446-
required-features = ["postgres", "macros", "migrate"]
441+
required-features = ["postgres", "macros", "migrate"]

0 commit comments

Comments
 (0)