-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wander
committed
Mar 13, 2024
1 parent
889dbca
commit ee57299
Showing
3 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "gostd" | ||
license = "MIT" | ||
version = "0.3.12" | ||
version = "0.3.13" | ||
edition = "2018" | ||
authors = ["wandercn<[email protected]>"] | ||
description = "gostd is the go standard library implementation in rust. gostd 是Go标准库的rust实现" | ||
|
@@ -22,7 +22,7 @@ webpki-roots = "0.22.1" | |
rustls = "0.20.2" | ||
gostd_derive = "0.0.3" | ||
gostd_builtin = { version = "=1.0.4", optional = false, path = "../builtin" } | ||
gostd_time = { version = "=1.0.6", optional = false, path = "../time" } | ||
gostd_time = { version = "=1.0.7", optional = false, path = "../time" } | ||
rand = "0.8.5" | ||
log = "0.4" | ||
lazy_static = "1.4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "gostd_time" | ||
license = "MIT" | ||
version = "1.0.6" | ||
version = "1.0.7" | ||
edition = "2018" | ||
authors = ["wandercn<[email protected]>"] | ||
description = "Package time provides functionality for measuring and displaying time. time包提供了时间的显示和测量用的函数。日历的计算采用的是公历。" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters