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 0099f77 commit 2891de9Copy full SHA for 2891de9
postgresql_archive/Cargo.toml
@@ -36,3 +36,7 @@ tokio = { workspace = true }
36
[features]
37
default = []
38
blocking = ["dep:tokio"]
39
+
40
+[package.metadata.docs.rs]
41
+features = ["blocking"]
42
+targets = ["x86_64-unknown-linux-gnu"]
postgresql_embedded/Cargo.toml
@@ -43,3 +43,8 @@ tokio = ["dep:tokio"]
43
44
[package.metadata.release]
45
dependent-version = "upgrade"
46
47
48
+no-default-features = true
49
+features = ["blocking", "tokio"]
50
0 commit comments