Skip to content

Commit

Permalink
update depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jun 30, 2017
1 parent 92b51b8 commit 3e48b65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-make"
version = "0.2.13"
version = "0.2.14"
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
description = "Rust task runner and build tool."
license = "Apache-2.0"
Expand All @@ -25,7 +25,7 @@ include = [
[dependencies]
clap = "^2.25.0"
rand = "^0.3.15"
serde = "*" #actual value defined by toml dependency
serde = "^1.0.8"
serde_derive = "^1.0.9"
toml = "^0.4.2"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-06-30 | v0.2.13 | Maintenance |
| 2017-06-30 | v0.2.14 | Maintenance |
| 2017-06-28 | v0.2.12 | Published website |
| 2017-06-28 | v0.2.8 | Platform specific task override |
| 2017-06-26 | v0.2.7 | Platform specific alias |
Expand Down

0 comments on commit 3e48b65

Please sign in to comment.