Skip to content

Commit

Permalink
address changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VicVerevita committed Jul 2, 2024
1 parent 1f287f5 commit ea39b06
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/mysql/getting_started_step_1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ publish = false
[dependencies]
diesel = { version = "2.1.0", path = "../../../diesel", features = ["mysql"] }
dotenvy = "0.15"

[dev_dependencies]
assert_cmd = "2.0.14"

[[bin]]
Expand Down
2 changes: 2 additions & 0 deletions examples/mysql/getting_started_step_2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ publish = false
[dependencies]
diesel = { version = "2.1.0", path = "../../../diesel", features = ["mysql"] }
dotenvy = "0.15"

[dev_dependencies]
assert_cmd = "2.0.14"

[[bin]]
Expand Down
2 changes: 2 additions & 0 deletions examples/mysql/getting_started_step_3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ publish = false
[dependencies]
diesel = { version = "2.1.0", path = "../../../diesel", features = ["mysql"] }
dotenvy = "0.15"

[dev_dependencies]
assert_cmd = "2.0.14"

[[bin]]
Expand Down
2 changes: 2 additions & 0 deletions examples/postgres/getting_started_step_1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ publish = false
[dependencies]
diesel = { version = "2.1.0", path = "../../../diesel", features = ["postgres"] }
dotenvy = "0.15"

[dev_dependencies]
assert_cmd = "2.0.14"

[[bin]]
Expand Down
2 changes: 2 additions & 0 deletions examples/postgres/getting_started_step_2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ publish = false
[dependencies]
diesel = { version = "2.1.0", path = "../../../diesel", features = ["postgres"] }
dotenvy = "0.15"

[dev_dependencies]
assert_cmd = "2.0.14"

[[bin]]
Expand Down
2 changes: 2 additions & 0 deletions examples/postgres/getting_started_step_3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ publish = false
[dependencies]
diesel = { version = "2.1.0", path = "../../../diesel", features = ["postgres"] }
dotenvy = "0.15"

[dev_dependencies]
assert_cmd = "2.0.14"

[[bin]]
Expand Down
2 changes: 2 additions & 0 deletions examples/sqlite/getting_started_step_1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ publish = false
diesel = { version = "2.1.0", path = "../../../diesel", features = ["sqlite"] }
dotenvy = "0.15"
libsqlite3-sys = { version = "0.28.0", features = ["bundled"] }

[dev_dependencies]
assert_cmd = "2.0.14"

[[bin]]
Expand Down
2 changes: 2 additions & 0 deletions examples/sqlite/getting_started_step_2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ publish = false
diesel = { version = "2.1.0", path = "../../../diesel", features = ["sqlite", "returning_clauses_for_sqlite_3_35"] }
dotenvy = "0.15"
libsqlite3-sys = { version = "0.28.0", features = ["bundled"] }

[dev_dependencies]
assert_cmd = "2.0.14"

[[bin]]
Expand Down
2 changes: 2 additions & 0 deletions examples/sqlite/getting_started_step_3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ publish = false
diesel = { version = "2.1.0", path = "../../../diesel", features = ["sqlite", "returning_clauses_for_sqlite_3_35"] }
dotenvy = "0.15"
libsqlite3-sys = { version = "0.28.0", features = ["bundled"] }

[dev_dependencies]
assert_cmd = "2.0.14"

[[bin]]
Expand Down

0 comments on commit ea39b06

Please sign in to comment.