Skip to content

Commit 12ecec9

Browse files
committed
(cargo-release) version 12.3.4
1 parent 4dd6082 commit 12ecec9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic
77
Versioning](http://semver.org/spec/v2.0.0.html).
88

9-
## [Unreleased]
9+
## [12.3.4] - 2019-04-08
1010

1111
### Changed
1212

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "im"
3-
version = "12.3.3"
3+
version = "12.3.4"
44
authors = ["Bodil Stokke <bodil@bodil.org>"]
55
edition = "2018"
66
license = "MPL-2.0+"

rc/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "im-rc"
3-
version = "12.3.3"
3+
version = "12.3.4"
44
edition = "2018"
55
authors = ["Bodil Stokke <bodil@bodil.org>"]
66
license = "MPL-2.0+"
@@ -24,7 +24,7 @@ rustc_version = "0.2"
2424

2525
[dependencies]
2626
typenum = "1.10"
27-
sized-chunks = "0.1.1"
27+
sized-chunks = "0.1.2"
2828
quickcheck = { version = "0.8", optional = true }
2929
proptest = { version = "0.9", optional = true }
3030
serde = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)