Skip to content

Commit a9eb30d

Browse files
committed
Fix CI
1 parent e3f4f3b commit a9eb30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tokio = { version = "1.6", features = ["full"] }
5656
actix-rt = { version = "2.2.0" }
5757
maplit = { version = "1" }
5858
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
59-
sea-orm = { path = ".", features = ["mock", "debug-print", "tests-cfg", "postgres-array", "sea-orm-internal"] }
59+
sea-orm = { path = ".", features = ["mock", "debug-print", "tests-cfg", "postgres-array", "sea-orm-internal", "with-ipnetwork"] }
6060
pretty_assertions = { version = "0.7" }
6161
time = { version = "0.3.36", features = ["macros"] }
6262
uuid = { version = "1", features = ["v4"] }

0 commit comments

Comments
 (0)