]> git.proxmox.com Git - cargo.git/commit
Don't require the `serde` feature of `url`
authorAlex Crichton <alex@alexcrichton.com>
Tue, 17 Sep 2019 19:47:31 +0000 (12:47 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 17 Sep 2019 19:47:31 +0000 (12:47 -0700)
commit2f79b202ee2a7bc51834705b81cd76aed9a6307d
tree331b32e953a40d2c10f682d1af3fb01d5cde150f
parent35c55a93200c84a4de4627f1770f76a8ad268a39
Don't require the `serde` feature of `url`

Ends up meaning that in full crate compiles that `url` doesn't wait for
`serde` to finish, which in turn enables crates like `git2` to start
sooner!
Cargo.toml
src/cargo/core/dependency.rs