Skip to content

Commit

Permalink
fix(ark-cli): use ark-rust_hot_fix branch of arklib
Browse files Browse the repository at this point in the history
The branch `ark-rust_hot_fix` contains a hot fix where we use the same commit specified when writing `ark-cli` but with pinning `image` crate to the correct version so that `ark-rust` can compile

This is just a hot fix. `arklib` shouldn't be even a dependency of any `ark-rust` crate. See #15 for more information

Signed-off-by: Tarek <[email protected]>
  • Loading branch information
tareknaser committed Apr 8, 2024
1 parent 44f015d commit 5cf25df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ark-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "ark-cli"

[dependencies]
tokio = { version = "1.35.1", features = ["full"] }
arklib = { git = "https://github.com/ARK-Builders/arklib", rev = "2c7ceda" }
arklib = { git = "https://github.com/ARK-Builders/arklib", branch = "ark-rust_hot_fix" }
clap = { version = "3.0.10", features = ["derive"] }
env_logger = "0.9.0"
fs_extra = "1.2.0"
Expand Down

0 comments on commit 5cf25df

Please sign in to comment.