Skip to content

Update development dependencies #97

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
Aug 20, 2019
Merged

Update development dependencies #97

merged 1 commit into from
Aug 20, 2019

Conversation

mwillsey
Copy link
Contributor

@mwillsey mwillsey commented Aug 19, 2019

Also update the travis script and the README to indicate that MSRV is
1.18 for builds, and 1.30 for development builds.

Fixes #96.

@bluss
Copy link
Member

bluss commented Aug 20, 2019

Instead of "Addresses #96" please use one of the words that git prefers for closing issues: https://help.github.com/en/articles/closing-issues-using-keywords :)

@@ -14,7 +14,8 @@
//!
//! ## Rust Version
//!
//! This version of indexmap requires Rust 1.18 or later.
//! This version of indexmap requires Rust 1.18 or later, or 1.30+ for
//! development builds.
Copy link
Member

@bluss bluss Aug 20, 2019

Choose a reason for hiding this comment

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

Nice catch. It's unfortunately reasonable to say it either way - the minimum Rust version is 1.18 if you trust it continues to work and 1.30 if you want a crate that actually has tests.

I don't know how silly the discussion is, but I'm a bit uncomfortable with saying that 1.18 is a supported version. But it should be ok, IMO it's not worth dwelling on, at this point.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fair enough. The travis at least tests what we claim here (builds on 1.18, tests on 1.30).

Also update the travis script and the README to indicate that MSRV is
1.18 for builds, and 1.30 for development builds.

Fixes #96.
@mwillsey
Copy link
Contributor Author

Force push added the "fixes #96" to the commit

@bluss
Copy link
Member

bluss commented Aug 20, 2019

Thanks a lot!

@bluss bluss merged commit 0c40ac1 into indexmap-rs:master Aug 20, 2019
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.

1.0.3 release?
2 participants