Skip to content

Bump byteorder and remove no-op feature #948

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 13, 2019
Merged

Conversation

mati865
Copy link
Contributor

@mati865 mati865 commented Sep 12, 2019

It's automatically detected: BurntSushi/byteorder@5b3ffee

With this PR byteorder can be from rustc-workspace-hack.

cargo_metadata = { version = "0.8", optional = true }
directories = { version = "2.0", optional = true }
rustc_version = { version = "0.2.3", optional = true }
getrandom = { version = "0.1.8", features = ["std"] }
byteorder = "1.3"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In terms of versions, isn't this a NOP? 1.3 is semver-compatible with 1.1.

Also it is possible that we had to add the feature to make sure we use the exact same feature as other projects in the rustc workspace. So I am not sure that we can just remove it here...

@RalfJung
Copy link
Member

Oh I see, the feature became a NOP with byteorder 1.3. That makes sense.

@RalfJung
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Sep 13, 2019

📌 Commit 247ac22 has been approved by RalfJung

@bors
Copy link
Contributor

bors commented Sep 13, 2019

⌛ Testing commit 247ac22 with merge b1d35d5...

bors added a commit that referenced this pull request Sep 13, 2019
Bump byteorder and remove no-op feature

It's automatically detected: BurntSushi/byteorder@5b3ffee

With this PR `byteorder` can be from [rustc-workspace-hack](https://github.com/rust-lang/rust/blob/f71826e8f26fd4fa331574caa462960db8ed961a/src/tools/rustc-workspace-hack/Cargo.toml#L74).
@bors
Copy link
Contributor

bors commented Sep 13, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: RalfJung
Pushing b1d35d5 to master...

@bors bors merged commit 247ac22 into rust-lang:master Sep 13, 2019
@mati865 mati865 deleted the patch-1 branch October 24, 2019 13:49
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