We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f4f3b commit a9eb30dCopy full SHA for a9eb30d
1 file changed
Cargo.toml
@@ -56,7 +56,7 @@ tokio = { version = "1.6", features = ["full"] }
56
actix-rt = { version = "2.2.0" }
57
maplit = { version = "1" }
58
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
59
-sea-orm = { path = ".", features = ["mock", "debug-print", "tests-cfg", "postgres-array", "sea-orm-internal"] }
+sea-orm = { path = ".", features = ["mock", "debug-print", "tests-cfg", "postgres-array", "sea-orm-internal", "with-ipnetwork"] }
60
pretty_assertions = { version = "0.7" }
61
time = { version = "0.3.36", features = ["macros"] }
62
uuid = { version = "1", features = ["v4"] }
0 commit comments