From a2dc0ce37a47f8c65311a317606685198d5afbfd Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Tue, 4 Aug 2020 23:13:06 -0700 Subject: [PATCH] Bumped version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cfd6b88..9b5962b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1474,7 +1474,7 @@ dependencies = [ [[package]] name = "polaris" -version = "0.12.3" +version = "0.12.4" dependencies = [ "anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", "ape 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5608cfb..bdc50f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polaris" -version = "0.12.3" +version = "0.12.4" authors = ["Antoine Gersant "] edition = "2018"