Skip to content

Commit

Permalink
temp use git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Oct 29, 2024
1 parent 03e1361 commit 12fbf7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ byteorder = "1.5.0"
bytes = "1.7.1"
cfb = "0.10.0"
encoding_rs = "0.8.34"
fake = { version = "2.9.2", features = ["derive"] }
# As https://github.com/cksac/fake-rs/pull/197 has not been released, we
# use a git dependency.
fake = { git = "https://github.com/cksac/fake-rs.git", rev = "23a753a", features = ["derive"] }
md2 = "0.10.2"
nom = "7.1.3"
serde = { version = "1.0.208", features = ["derive"] }
Expand Down

0 comments on commit 12fbf7d

Please sign in to comment.