From a8ef6f1da000405be77e75d412a15a283c1bba24 Mon Sep 17 00:00:00 2001 From: Maksymilian Demitraszek <32527780+MaksymilianDemitraszek@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:52:53 +0200 Subject: [PATCH] 0.8.0 release (#856) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5acacc8803..1a6025a125 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1096,7 +1096,7 @@ dependencies = [ [[package]] name = "cast" -version = "0.7.1" +version = "0.8.0" dependencies = [ "anyhow", "camino", @@ -1800,7 +1800,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "forge" -version = "0.7.1" +version = "0.8.0" dependencies = [ "anyhow", "ark-ff", diff --git a/Cargo.toml b/Cargo.toml index 5fb247871c..6c647cceee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ ] [workspace.package] -version = "0.7.1" +version = "0.8.0" edition = "2021" repository = "https://github.com/foundry-rs/starknet-foundry" license = "MIT"