From 321ca3b9d3fc1bf55354c6ec7eadc83b1e7ec615 Mon Sep 17 00:00:00 2001 From: wander Date: Wed, 31 Jul 2024 14:30:23 +0800 Subject: [PATCH] Update Cargo.toml --- gostd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gostd/Cargo.toml b/gostd/Cargo.toml index 6f56b62..241427a 100644 --- a/gostd/Cargo.toml +++ b/gostd/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gostd" license = "MIT" -version = "0.3.18" +version = "0.3.19" edition = "2018" authors = ["wandercn"] description = "gostd is the go standard library implementation in rust. gostd 是Go标准库的rust实现"