Skip to content

Commit

Permalink
chore: fix build as the rev is gone (#2417)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed May 29, 2024
1 parent 0c634ad commit 4143d31
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 @@ -16,7 +16,7 @@ exclude = ["benches/*.json", "benches/*.txt"]

[dependencies]
# Switch back to the non-forked oneshot crate once https://github.com/faern/oneshot/pull/35 is merged
oneshot = { git = "https://github.com/fulmicoton/oneshot.git", rev = "c10a3ba" }
oneshot = { git = "https://github.com/fulmicoton/oneshot.git", rev = "b208f49" }
base64 = "0.22.0"
byteorder = "1.4.3"
crc32fast = "1.3.2"
Expand Down

0 comments on commit 4143d31

Please sign in to comment.