From 844b552531521f517a2b02c4ed685ae176608247 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 14 Aug 2025 18:42:49 -0700 Subject: [PATCH] Bump version to 1.13.2; no changes other than deprecation notice in docs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fed44017..2e944394 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-std" -version = "1.13.1" +version = "1.13.2" authors = [ "Stjepan Glavina ", "Yoshua Wuyts ",