From 580cb5862abc27ec746c65b8397cdd802ca2e086 Mon Sep 17 00:00:00 2001 From: Bodil Stokke Date: Tue, 19 Nov 2019 14:06:37 +0000 Subject: [PATCH] (cargo-release) version 14.0.0 --- CHANGELOG.md | 2 +- Cargo.toml | 4 ++-- rc/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f795429..86de8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] +## [14.0.0] - 2019-11-19 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 1d1d4d4..feeac90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "im" -version = "13.0.0" +version = "14.0.0" authors = ["Bodil Stokke "] edition = "2018" license = "MPL-2.0+" @@ -26,7 +26,7 @@ version_check = "0.9" [dependencies] typenum = "1.10" bitmaps = "2.0.0" -sized-chunks = { version = "*" } +sized-chunks = "0.5.0" quickcheck = { version = "0.9", optional = true } proptest = { version = "0.9", optional = true } serde = { version = "1.0", optional = true } diff --git a/rc/Cargo.toml b/rc/Cargo.toml index 3df143d..2e4d80a 100644 --- a/rc/Cargo.toml +++ b/rc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "im-rc" -version = "13.0.0" +version = "14.0.0" edition = "2018" authors = ["Bodil Stokke "] license = "MPL-2.0+" @@ -25,7 +25,7 @@ version_check = "0.9" [dependencies] typenum = "1.10" bitmaps = "2.0.0" -sized-chunks = { version = "*" } +sized-chunks = "0.5.0" quickcheck = { version = "0.9", optional = true } proptest = { version = "0.9", optional = true } serde = { version = "1.0", optional = true }