Skip to content

Commit

Permalink
Update lazy_static to 1.0 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed Dec 4, 2017
1 parent bd7e38f commit 09728d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

[dev-dependencies]
syn = "0.11.11"

[workspace]
members = ["macro", "core"]
members = ["macro", "core"]
6 changes: 3 additions & 3 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darling_core"
version = "0.2.1"
version = "0.2.2"
authors = ["Ted Driggs <ted.driggs@outlook.com>"]
repository = "https://github.com/TedDriggs/darling"
description = """
Expand All @@ -16,6 +16,6 @@ default = ["syn/full"]

[dependencies]
ident_case = "1.0.0"
lazy_static = "0.2.8"
lazy_static = "1"
syn = "0.11.11"
quote = "0.3.15"
quote = "0.3.15"

0 comments on commit 09728d6

Please sign in to comment.