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.
2 parents 4158d86 + ed74ecd commit e6ba28eCopy full SHA for e6ba28e
crates/outbound-mysql/Cargo.toml
@@ -25,3 +25,6 @@ table = { path = "../table" }
25
tokio = { version = "1", features = ["rt-multi-thread"] }
26
tracing = { version = "0.1", features = ["log"] }
27
url = "2.3.1"
28
+
29
+[lints]
30
+workspace = true
crates/outbound-pg/Cargo.toml
@@ -20,3 +20,6 @@ table = { path = "../table" }
20
21
tokio-postgres = { version = "0.7.7" }
22
tracing = { workspace = true }
23
24
0 commit comments