From 4d3b8cf957b906adbb724923f6aba3c0ad3af96e Mon Sep 17 00:00:00 2001 From: wander Date: Thu, 27 Jun 2024 15:21:12 +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 ef910d6..6f56b62 100644 --- a/gostd/Cargo.toml +++ b/gostd/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gostd" license = "MIT" -version = "0.3.17" +version = "0.3.18" edition = "2018" authors = ["wandercn"] description = "gostd is the go standard library implementation in rust. gostd 是Go标准库的rust实现"