Skip to content

Commit 88e1e43

Browse files
committed
fix cfg
1 parent 53aa60e commit 88e1e43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sqlx-core/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ pub mod migrate;
7878
feature = "postgres",
7979
feature = "mysql",
8080
feature = "mssql",
81-
feature = "sqlite"
81+
feature = "sqlite",
82+
feature = "aurora"
8283
),
8384
feature = "any"
8485
))]

0 commit comments

Comments
 (0)