From 82c5f4cb4595470ca11168322840a27bd15c80ce Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sat, 26 Jun 2021 18:55:17 +0900 Subject: [PATCH] Release v0.16.0 --- CHANGELOG.md | 4 ++-- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aaa4f2..ad1fd7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [0.16.0] - 2021-06-26Z ### Changed @@ -21,7 +21,7 @@ Added `…#proconio:0.3.8` to `--exclude-atcoder-crates`. -- Updated rust-analyzer to `2021-06-21`. +- Updated rust-analyzer to `2021-06-21`. ([#141](https://github.com/qryxip/cargo-equip/pull/141)) ## [0.15.0] - 2021-06-11Z diff --git a/Cargo.lock b/Cargo.lock index af3cbe8..b20e270 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ dependencies = [ [[package]] name = "cargo-equip" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "arrayvec 0.7.1", @@ -404,9 +404,9 @@ dependencies = [ [[package]] name = "hermit-abi" -version = "0.1.18" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" +checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 4b3e22a..68865a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-equip" -version = "0.15.0" +version = "0.16.0" authors = ["Ryo Yamashita "] edition = "2018" license = "MIT OR Apache-2.0" @@ -29,7 +29,7 @@ petgraph = "0.5.1" prettytable-rs = "0.8.0" proc-macro2 = { version = "1.0.27", features = ["span-locations"] } quote = "1.0.9" -rand = "0.8.3" +rand = "0.8.4" semver = "0.11.0" serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.64"