From 30ce4d94d9b0560cc3aabbdd65119d5f9a478b95 Mon Sep 17 00:00:00 2001 From: Martijn Date: Wed, 28 Sep 2022 15:10:44 +0200 Subject: [PATCH] Set storyteller version to 0.8.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f7c21fa..14c5504 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "storyteller" -version = "0.7.0" +version = "0.8.0" edition = "2018" authors = ["Martijn Gribnau "] @@ -9,7 +9,7 @@ license = "Apache-2.0 OR MIT" repository = "https://github.com/foresterre/storyteller" exclude = ["/.github", "docs/sketches/*.png"] -rust-version = "1.56.1" +rust-version = "1.56" [features] default = ["channel_reporter"]