Skip to content

Commit

Permalink
Add comment explaining instant patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Jun 6, 2022
1 parent f51aaad commit be42346
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,6 @@ features = ["macros", "num-bigint", "num-complex", "hashbrown", "serde", "multip
rustdoc-args = ["--cfg", "docsrs"]

[patch.crates-io]
# Instant misspells emscripten_get_now by including a leading underscore.
# https://github.com/sebcrozet/instant/pull/47
instant = { git = 'https://github.com/hoodmane/instant/', branch= 'emscripten-no-leading-underscore' }

0 comments on commit be42346

Please sign in to comment.