Skip to content

Commit

Permalink
Point Cargo.toml to custom version of hifitime
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasantony committed Dec 6, 2023
1 parent 82d96d3 commit 225eba9
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 @@ -25,7 +25,7 @@ exclude = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hifitime = "3.8"
hifitime = {version = "3.8", git="https://github.com/thomasantony/hifitime", branch="add-web-support"}
memmap2 = "=0.9.0"
crc32fast = "=1.3.2"
der = { version = "0.7.8", features = ["derive", "alloc", "real"] }
Expand Down

0 comments on commit 225eba9

Please sign in to comment.