Skip to content

Commit d4e25c4

Browse files
Merge pull request #142 from theseus-rs/correct-doc-build
build: correct documentation build
2 parents 976e488 + df11d56 commit d4e25c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql_embedded/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependent-version = "upgrade"
6868

6969
[package.metadata.docs.rs]
7070
no-default-features = true
71-
features = ["blocking", "tokio"]
71+
features = ["blocking", "theseus", "tokio"]
7272
targets = ["x86_64-unknown-linux-gnu"]
7373

7474
[[bench]]

0 commit comments

Comments
 (0)