Skip to content

Commit 19eb3f8

Browse files
committed
chore(test): change "r2d2" to also be a workspace dependency
1 parent 0bf435d commit 19eb3f8

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

test/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ resolver = "2"
1212
[workspace.dependencies]
1313
chrono = { version = "*", features = ["serde"] }
1414
serde = { version = "*", features = ["derive"] }
15+
r2d2 = "*"

test/simple_table_mysql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ diesel = { version = "*", default-features = false, features = [
1212
"r2d2",
1313
"chrono",
1414
] }
15-
r2d2 = "*"
15+
r2d2.workspace = true
1616
chrono.workspace = true
1717
serde.workspace = true

test/simple_table_pg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ diesel = { version = "*", default-features = false, features = [
1212
"r2d2",
1313
"chrono",
1414
] }
15-
r2d2 = "*"
15+
r2d2.workspace = true
1616
chrono.workspace = true
1717
serde.workspace = true

test/simple_table_sqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ diesel = { version = "*", default-features = false, features = [
1313
"chrono",
1414
"returning_clauses_for_sqlite_3_35",
1515
] }
16-
r2d2 = "*"
16+
r2d2.workspace = true
1717
chrono.workspace = true
1818
serde.workspace = true

0 commit comments

Comments
 (0)