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