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

Commit

Permalink
Changed to use "*" for dependencies so we're forced to update all the…
Browse files Browse the repository at this point in the history
… time. Updated dependencies.
  • Loading branch information
sunjay committed May 18, 2017
1 parent b4bb5c4 commit f173fb1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
32 changes: 13 additions & 19 deletions Cargo.lock

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

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

[dependencies]
clap = "^2.0"
colored = "^1.4"
clap = "*"
colored = "*"

[dev-dependencies]
lazy_static = "0.2"
lazy_static = "*"

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

0 comments on commit f173fb1

Please sign in to comment.