Skip to content
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

Update lazy_static to 1.0 and bump version #16

Merged
merged 2 commits into from
Dec 5, 2017

Conversation

Eijebong
Copy link
Contributor

@Eijebong Eijebong commented Dec 4, 2017

No description provided.

Copy link
Owner

@TedDriggs TedDriggs left a comment

Choose a reason for hiding this comment

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

Thanks for submitting this! A couple changes and we should be good to go. Please also update CHANGELOG.md; you should add this to the Unreleased Changes section at the top.

Given that the tests pass, I'm guessing nothing changed in lazy_static, but I am somewhat concerned that I can't find any release notes for their 1.0. Do you know if anything changed on their end?

Cargo.toml Outdated
@@ -15,11 +15,11 @@ readme = "README.md"
travis-ci = { repository = "TedDriggs/darling" }

[dependencies]
darling_core = { version = "=0.2.1", path = "core" }
darling_core = { version = "=0.2.2", path = "core" }
darling_macro = { version = "=0.2.1", path = "macro" }
Copy link
Owner

Choose a reason for hiding this comment

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

Please bump the version of darling_macro and darling as well; all 3 crates should have identical version numbers.

core/Cargo.toml Outdated
@@ -16,6 +16,6 @@ default = ["syn/full"]

[dependencies]
ident_case = "1.0.0"
lazy_static = "0.2.8"
lazy_static = "1"
Copy link
Owner

Choose a reason for hiding this comment

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

Please use "1.0.0" for this, for consistency.

@TedDriggs TedDriggs merged commit 376000e into TedDriggs:master Dec 5, 2017
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.

None yet

2 participants