Skip to content

Commit

Permalink
Cargo.toml: log: v0.3 -> v0.4, rand: v0.3 -> v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ozkriff committed Dec 31, 2017
1 parent 7a94bbe commit 79c3c95
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 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 @@ -12,8 +12,8 @@ hate = { path = "hate" }
rancor = { path = "rancor" }
cgmath = "0.15"
ron = "0.1"
rand = "0.3"
log = "0.3"
rand = "0.4"
log = "0.4"
env_logger = "0.4"
serde = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit 79c3c95

Please sign in to comment.