Skip to content

Commit

Permalink
Remove cargo_metadata dependency
Browse files Browse the repository at this point in the history
It was not pulling its weight.

Just look at that Cargo.lock diff!
  • Loading branch information
jplatte committed Jan 11, 2021
1 parent d20a297 commit 3bd92da
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 197 deletions.
203 changes: 19 additions & 184 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion sqlx-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ dialoguer = "0.7.1"
serde_json = { version = "1.0.53", features = ["preserve_order"] }
serde = "1.0.110"
glob = "0.3.0"
cargo_metadata = "0.10.0"
openssl = { version = "0.10.30", optional = true }
# workaround for https://github.com/rust-lang/rust/issues/29497
remove_dir_all = "0.6.0"
Expand Down
Loading

0 comments on commit 3bd92da

Please sign in to comment.