From 6bb1d86917cdf107e9d4253aa7742e42331596f4 Mon Sep 17 00:00:00 2001 From: dark64 Date: Tue, 11 Oct 2022 01:53:33 +0200 Subject: [PATCH] bump zokrates_core_test --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- zokrates_core_test/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 156c0ed3..e589ac99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] https://github.com/Zokrates/ZoKrates/compare/latest...develop -## [0.8.3] - 2022-10-10 +## [0.8.3] - 2022-10-11 ### Release - https://github.com/Zokrates/ZoKrates/releases/tag/0.8.3 diff --git a/Cargo.lock b/Cargo.lock index 4153148d..28b50a99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3143,7 +3143,7 @@ dependencies = [ [[package]] name = "zokrates_core_test" -version = "0.2.8" +version = "0.2.9" dependencies = [ "zokrates_test", "zokrates_test_derive", diff --git a/zokrates_core_test/Cargo.toml b/zokrates_core_test/Cargo.toml index cb0214bb..40c31f33 100644 --- a/zokrates_core_test/Cargo.toml +++ b/zokrates_core_test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zokrates_core_test" -version = "0.2.8" +version = "0.2.9" authors = ["schaeff "] edition = "2018"