Skip to content

Commit

Permalink
fix: instant feature for WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
Captainfl4me committed May 6, 2024
1 parent eedcf08 commit 5c48b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
instant = "0.1.12"
instant = { version = "0.1.12", features = [ "stdweb" ] }

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 5c48b7b

Please sign in to comment.