From 502d1f9d6c8ac296e4b7840d2042a6ebc80cb833 Mon Sep 17 00:00:00 2001 From: Noel Kwan Date: Thu, 17 Oct 2024 15:46:40 +0800 Subject: [PATCH 1/2] bump madsim to 0.2.31 --- CHANGELOG.md | 7 +++++++ madsim/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bfa7de..7fb5a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## madsim [0.2.31] - 2024-10-17 + +### Fixed + +- Fix the problem where spawn in drop panics (#228). + + ## tonic [0.5.1] - 2024-08-02 ### Added diff --git a/madsim/Cargo.toml b/madsim/Cargo.toml index f77267d..c6218e6 100644 --- a/madsim/Cargo.toml +++ b/madsim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "madsim" -version = "0.2.30" +version = "0.2.31" edition = "2021" authors = ["Runji Wang "] description = "Deterministic Simulator for distributed systems." From 2375bea6cf03d9fef03ddb8d577444db7569e27c Mon Sep 17 00:00:00 2001 From: Noel Kwan Date: Thu, 17 Oct 2024 15:47:54 +0800 Subject: [PATCH 2/2] minor --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb5a7a..b46cf10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix the problem where spawn in drop panics (#228). - ## tonic [0.5.1] - 2024-08-02 ### Added