Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Commit

Permalink
Changed to using "*" for dependencies so we are forced to update all …
Browse files Browse the repository at this point in the history
…the time. Updated dependencies.
  • Loading branch information
sunjay committed May 18, 2017
1 parent f54adbc commit 3194470
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 21 deletions.
49 changes: 30 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ license = "MIT"
travis-ci = { repository = "brain-lang/brain" }

[dependencies]
clap = "^2.0"
pest = "0.4"
clap = "*"
pest = "*"

[[bin]]
name = "brain"
Expand Down

0 comments on commit 3194470

Please sign in to comment.