Skip to content

Conversation

renato-zannon
Copy link
Contributor

On rust-lang/rust@ed47c47 (which landed yesterday via rust-lang/rust@b8ef5cf), url.path now returns a Path, not a String. This one-line patch makes cargo compile again (at least as of rust-lang/rust@b8ef5cf, the crate_id changes haven't reached me yet).

bors added a commit that referenced this pull request Jul 7, 2014
On rust-lang/rust@ed47c47 (which landed yesterday via rust-lang/rust@b8ef5cf), `url.path` now returns a `Path`, not a `String`. This one-line patch makes cargo compile again (at least as of rust-lang/rust@b8ef5cf, the `crate_id` changes haven't reached me yet).
@bors bors closed this Jul 7, 2014
bors added a commit that referenced this pull request Jul 7, 2014
This solves warnings about the use of the deprecated `#![crate_id]` attribute, as well as the deprecated `--crate-file-name` command line option. See rust-lang/rust@c3ef04b for details.

Note that this won't compile on the current master without #128 (or equivalent). I can rebase after a fix lands
bors added a commit to alexcrichton/cargo that referenced this pull request Sep 2, 2014
On rust-lang/rust@ed47c47 (which landed yesterday via rust-lang/rust@b8ef5cf), `url.path` now returns a `Path`, not a `String`. This one-line patch makes cargo compile again (at least as of rust-lang/rust@b8ef5cf, the `crate_id` changes haven't reached me yet).
bors added a commit to alexcrichton/cargo that referenced this pull request Sep 2, 2014
…crichton

This solves warnings about the use of the deprecated `#![crate_id]` attribute, as well as the deprecated `--crate-file-name` command line option. See rust-lang/rust@c3ef04b for details.

Note that this won't compile on the current master without rust-lang#128 (or equivalent). I can rebase after a fix lands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants