Skip to content

Commit

Permalink
(cargo-release) version 12.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Apr 8, 2019
1 parent 4dd6082 commit 12ecec9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [12.3.4] - 2019-04-08

### Changed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "im"
version = "12.3.3"
version = "12.3.4"
authors = ["Bodil Stokke <bodil@bodil.org>"]
edition = "2018"
license = "MPL-2.0+"
Expand Down
4 changes: 2 additions & 2 deletions rc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "im-rc"
version = "12.3.3"
version = "12.3.4"
edition = "2018"
authors = ["Bodil Stokke <bodil@bodil.org>"]
license = "MPL-2.0+"
Expand All @@ -24,7 +24,7 @@ rustc_version = "0.2"

[dependencies]
typenum = "1.10"
sized-chunks = "0.1.1"
sized-chunks = "0.1.2"
quickcheck = { version = "0.8", optional = true }
proptest = { version = "0.9", optional = true }
serde = { version = "1.0", optional = true }
Expand Down

0 comments on commit 12ecec9

Please sign in to comment.