Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wander committed Mar 22, 2024
1 parent 887ff2d commit 340f520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gostd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ opt-level = 3
webpki-roots = "0.22.1"
rustls = "0.20.2"
gostd_derive = "0.0.3"
gostd_builtin = { version = "=^1.0", optional = false, path = "../builtin" }
gostd_time = { version = "=^1.0", optional = false, path = "../time" }
gostd_builtin = { version = "=1.0", optional = false, path = "../builtin" }
gostd_time = { version = "=1.0", optional = false, path = "../time" }
rand = "0.8.5"
log = "0.4"
lazy_static = "1.4.0"

0 comments on commit 340f520

Please sign in to comment.