Skip to content

Commit

Permalink
Remove unnecessary branch directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
twittner committed Feb 10, 2016
1 parent fdc1216 commit 0136381
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cryptobox"
version = "0.7.1"
version = "0.7.2"
authors = ["Wire Swiss GmbH <[email protected]>"]
description = "High-level API for proteus with persistent storage."
homepage = "https://github.com/wireapp/cryptobox"
Expand All @@ -12,5 +12,4 @@ byteorder = "> 0.3.0"
cbor-codec = ">= 0.4.1"

[dependencies.proteus]
git = "https://github.com/wireapp/proteus"
branch = "master"
git = "https://github.com/wireapp/proteus"

0 comments on commit 0136381

Please sign in to comment.