Skip to content

Commit

Permalink
Merge pull request #2989 from joshtriplett/sqlx-core-no-dotenvy
Browse files Browse the repository at this point in the history
sqlx-core: Remove dotenvy dependency
  • Loading branch information
abonander authored Jan 16, 2024
2 parents 982c014 + a5c1cd0 commit cdcb2f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

2 changes: 0 additions & 2 deletions sqlx-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ hashlink = "0.8.0"
indexmap = "2.0"
event-listener = "2.5.2"

dotenvy = "0.15"

[dev-dependencies]
sqlx = { workspace = true, features = ["postgres", "sqlite", "mysql", "migrate", "macros", "time", "uuid"] }
tokio = { version = "1", features = ["rt"] }

0 comments on commit cdcb2f0

Please sign in to comment.