Skip to content

Commit

Permalink
Merge pull request #2 from 10XDev/matt/fix_fern
Browse files Browse the repository at this point in the history
pin fern to 0.3.5 (0.4.0 breaks everything)
  • Loading branch information
pmarks authored May 17, 2017
2 parents 59299d7 + f074e87 commit 80b9f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Patrick Marks <[email protected]>"]
[dependencies]
libc = "*"
log = "*"
fern = "*"
fern = "0.3.5"
chrono = ">=0.3.0"
rustc-serialize = "*"
backtrace = "*"

0 comments on commit 80b9f41

Please sign in to comment.