Skip to content

Commit 94ebf31

Browse files
authored
Merge pull request #43 from marvin-j97/patch-1
pin fjall git dep to specific rev
2 parents 175a71a + 9ed4e96 commit 94ebf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ufos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ chrono = { version = "0.4.41", features = ["serde"] }
1313
clap = { version = "4.5.31", features = ["derive"] }
1414
dropshot = "0.16.0"
1515
env_logger = "0.11.7"
16-
fjall = { git = "https://github.com/fjall-rs/fjall.git", features = ["lz4"] }
16+
fjall = { git = "https://github.com/fjall-rs/fjall.git", rev = "fb229572bb7d1d6966a596994dc1708e47ec57d8", features = ["lz4"] }
1717
getrandom = "0.3.3"
1818
http = "1.3.1"
1919
jetstream = { path = "../jetstream", features = ["metrics"] }

0 commit comments

Comments
 (0)