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 6ca517d
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 198 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.

3 changes: 1 addition & 2 deletions sqlx-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ async-trait = "0.1.30"
console = "0.11.3"
dialoguer = "0.7.1"
serde_json = { version = "1.0.53", features = ["preserve_order"] }
serde = "1.0.110"
serde = { version = "1.0.110", features = ["derive"] }
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 6ca517d

Please sign in to comment.