Skip to content

Commit e7ae526

Browse files
committed
Release 2.1.1
1 parent 8d89d34 commit e7ae526

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

bin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "data-encoding"
1515
path = "src/main.rs"
1616

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

2121
[badges]

lib/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 2.1.1
4+
35
### Patch
46

57
- Increase test coverage for specifications

lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "data-encoding"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
authors = ["Julien Cretin <[email protected]>"]
55
license = "MIT"
66
keywords = ["base-conversion", "encoding", "base64", "base32", "hex"]

lib/macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ default = ["stable"]
1919
stable = ["data-encoding-macro-internal/stable", "proc-macro-hack"]
2020

2121
[dependencies]
22-
data-encoding = { version = "2.1.0", path = ".." }
22+
data-encoding = { version = "2.1", path = ".." }
2323
data-encoding-macro-internal = { version = "0.1.1", path = "internal" }
2424
proc-macro-hack = { version = "0.4.0", optional = true }

lib/macro/internal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ proc-macro = true
1515
stable = ["proc-macro-hack"]
1616

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

0 commit comments

Comments
 (0)