Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Aug 9, 2019
1 parent 2eddca1 commit 6b1e7dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions recap-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "recap-derive"
version = "0.1.1"
version = "0.1.2"
authors = ["softprops <d.tangren@gmail.com>"]
description = "Derives FromStr impl for types which are then deserialized using recap"
license = "MIT"
Expand All @@ -22,5 +22,5 @@ travis-ci = { repository = "softprops/recap" }
[dependencies]
proc-macro2 = "0.4"
quote = "0.6"
regex = "1.1"
regex = "1.2"
syn = "0.15"
6 changes: 3 additions & 3 deletions recap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ maintenance = { status = "actively-developed" }
travis-ci = { repository = "softprops/recap" }

[dependencies]
regex = "1.1"
envy = "0.4"
serde = { version = "1.0", features = ["derive"] }
lazy_static = "1.3"
recap-derive = { version = "0.1.0", path = "../recap-derive", optional = true }
recap-derive = { version = "0.1.2", path = "../recap-derive", optional = true }
regex = "1.2"
serde = { version = "1.0", features = ["derive"] }

[features]
default = ["derive"]
Expand Down

0 comments on commit 6b1e7dd

Please sign in to comment.