Skip to content

Commit

Permalink
bump up to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ubnt-intrepid committed Feb 15, 2017
1 parent a8b1b2d commit ddc9cc1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[package]
name = "dot"
version = "0.1.2"
version = "0.1.3"
authors = ["Yusuke Sasaki <[email protected]>"]
description = "Alternative of dotfile management frameworks"

[build-dependencies]
clap = "^2.16.0"

[dependencies]
clap = "^2.16.2"
clap = "^2.20.3"
toml = "^0.2.1"
shellexpand = "0.1.0"
shellexpand = "^1.0.0"
ansi_term = "^0.9.0"
regex = "*"
url = "*"
error-chain = "*"
regex = "^0.2.1"
url = "^1.4.0"
error-chain = "^0.9.0"

[target.'cfg(windows)'.dependencies]
winapi = "^0.2.8"
Expand Down

0 comments on commit ddc9cc1

Please sign in to comment.