]> git.proxmox.com Git - cargo.git/commit
Auto merge of #6511 - matklad:metadata-path, r=dwijnand
authorbors <bors@rust-lang.org>
Wed, 2 Jan 2019 11:56:44 +0000 (11:56 +0000)
committerbors <bors@rust-lang.org>
Wed, 2 Jan 2019 11:56:44 +0000 (11:56 +0000)
commit4dc7e36d84340a2164f4b7f3691f99c28d784567
treed717df0a25eb036ab63cbdef1275f3536530151f
parent497f426ab4d41f36c345663b1a161c7eb63c7eac
parent52810ddc4f7111fd2d310871c94174430556a767
Auto merge of #6511 - matklad:metadata-path, r=dwijnand

use PathBuf in cargo metadata

I don't remember why we've used strings in the first place here, but I
think that historically there just weren't Serialize impls for
`Path`s!