From 2931e3c53dc5587683ee5dc597fdb1a8a9e6cc21 Mon Sep 17 00:00:00 2001 From: Evan Conrad Date: Mon, 11 Oct 2021 19:05:27 -0700 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb52ac4..dd29bdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ dependencies = [ [[package]] name = "brr" -version = "0.0.12" +version = "0.0.13" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 6b19a2f..4c6557a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "brr" description = "Use a cloud build farm to make rust builds fast." -version = "0.0.12" +version = "0.0.13" edition = "2018" license = "MIT" website = "https://buildrecall.com"