Skip to content

Commit

Permalink
fixed docs.rs build
Browse files Browse the repository at this point in the history
  • Loading branch information
yasamoka committed Mar 24, 2024
1 parent b9eaa52 commit 7f9417e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "db-pool"
version = "0.1.1"
version = "0.1.3"
edition = "2021"
description = "A thread-safe database pool for running database-tied integration tests in parallel"
license = "MIT"
Expand All @@ -14,6 +14,11 @@ keywords = ["database", "pool", "parallel", "test", "web"]

exclude = [".vscode", ".github", "book"]


[package.metadata.docs.rs]
all-features = true


[dependencies]
parking_lot = "0.12.1"
uuid = { version = "1.7.0", features = ["v4"] }
Expand Down
2 changes: 1 addition & 1 deletion book/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f9417e

Please sign in to comment.