File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to async-std will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://book.async.rs/overview/stability-guarantees.html ) .
77
8+ # [ 1.13.0] - 2024-09-06
9+
10+ ## Added
11+ - IO Safety traits implementations
12+
13+ ## Changed
14+ - Various dependencies updates
15+ - Export ` BufReadExt ` and ` SeekExt ` from ` async_std::io `
16+
817# [ 1.12.0] - 2022-06-18
918
1019## Added
Original file line number Diff line number Diff line change 11[package ]
22name = " async-std"
3- version = " 1.12 .0"
3+ version = " 1.13 .0"
44authors = [
55 " Stjepan Glavina <stjepang@gmail.com>" ,
66 " Yoshua Wuyts <yoshuawuyts@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments