Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Feb 4, 2018
1 parent 8d89d34 commit e7ae526
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "data-encoding"
path = "src/main.rs"

[dependencies]
data-encoding = { version = "2.0.0", path = "../lib" }
data-encoding = { version = "2", path = "../lib" }
getopts = "0.2.15"

[badges]
Expand Down
2 changes: 2 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 2.1.1

### Patch

- Increase test coverage for specifications
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "data-encoding"
version = "2.1.0"
version = "2.1.1"
authors = ["Julien Cretin <git@ia0.eu>"]
license = "MIT"
keywords = ["base-conversion", "encoding", "base64", "base32", "hex"]
Expand Down
2 changes: 1 addition & 1 deletion lib/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ default = ["stable"]
stable = ["data-encoding-macro-internal/stable", "proc-macro-hack"]

[dependencies]
data-encoding = { version = "2.1.0", path = ".." }
data-encoding = { version = "2.1", path = ".." }
data-encoding-macro-internal = { version = "0.1.1", path = "internal" }
proc-macro-hack = { version = "0.4.0", optional = true }
2 changes: 1 addition & 1 deletion lib/macro/internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ proc-macro = true
stable = ["proc-macro-hack"]

[dependencies]
data-encoding = { version = "2.1.0", path = "../.." }
data-encoding = { version = "2.1", path = "../.." }
proc-macro-hack = { version = "0.4.0", optional = true }
syn = "0.11.11"

0 comments on commit e7ae526

Please sign in to comment.