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

Commit

Permalink
Merge pull request #71 from matthewkmayer/update-deps-bump-version
Browse files Browse the repository at this point in the history
Update deps, bump to version 0.3.2.
  • Loading branch information
matthewkmayer authored Oct 28, 2017
2 parents 94e270a + a88f308 commit 1c46684
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "release-party-br"
version = "0.3.1"
version = "0.3.2"
authors = ["Matthew Mayer <[email protected]>"]

[dependencies]
reqwest = "0.7.3"
serde = "1.0.8"
serde_derive = "1.0.8"
serde_json = "1.0.2"
reqwest = "0.7"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
toml = "0.4.1"
clap = {version = "2.24", features = ["yaml"]}
clap = {version = "2.27", features = ["yaml"]}
clippy = {version = "*", optional = true}

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/release-party.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: release-party-br
version: "0.3.1"
version: "0.3.2"
author: Matthew Mayer <[email protected]>
about: Release party automation
args:
Expand Down

0 comments on commit 1c46684

Please sign in to comment.