From 35f3bcdf2f5d9676baf398c7e5ef57ce67254b97 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Mon, 1 May 2023 03:05:51 +0000 Subject: [PATCH] update core version --- Cargo.lock | 2 +- core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a0c8feb7..33dbd838f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -804,7 +804,7 @@ checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" [[package]] name = "core" -version = "0.3.0" +version = "0.3.2" dependencies = [ "anyhow", "async_timing_util", diff --git a/core/Cargo.toml b/core/Cargo.toml index 3643faf38..903346b42 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "core" -version = "0.3.0" +version = "0.3.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html