Skip to content

Commit

Permalink
chore(test): change "r2d2" to also be a workspace dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Jan 16, 2024
1 parent 0bf435d commit 19eb3f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ resolver = "2"
[workspace.dependencies]
chrono = { version = "*", features = ["serde"] }
serde = { version = "*", features = ["derive"] }
r2d2 = "*"
2 changes: 1 addition & 1 deletion test/simple_table_mysql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ diesel = { version = "*", default-features = false, features = [
"r2d2",
"chrono",
] }
r2d2 = "*"
r2d2.workspace = true
chrono.workspace = true
serde.workspace = true
2 changes: 1 addition & 1 deletion test/simple_table_pg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ diesel = { version = "*", default-features = false, features = [
"r2d2",
"chrono",
] }
r2d2 = "*"
r2d2.workspace = true
chrono.workspace = true
serde.workspace = true
2 changes: 1 addition & 1 deletion test/simple_table_sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ diesel = { version = "*", default-features = false, features = [
"chrono",
"returning_clauses_for_sqlite_3_35",
] }
r2d2 = "*"
r2d2.workspace = true
chrono.workspace = true
serde.workspace = true

0 comments on commit 19eb3f8

Please sign in to comment.