-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ark-cli
: Refactor to depend on crates from ark-rust
not arklib
#15
Comments
Merged
kirillt
changed the title
Refactor
Apr 3, 2024
ark-cli
to depend on crates from ark-rust
not arklib
fs-cli
: Refactor to depend on crates from ark-rust
not arklib
kirillt
changed the title
Apr 3, 2024
fs-cli
: Refactor to depend on crates from ark-rust
not arklib
ark-cli
: Refactor to depend on crates from ark-rust
not arklib
tareknaser
pushed a commit
to tareknaser/ark-rust
that referenced
this issue
Apr 6, 2024
tareknaser
added a commit
to tareknaser/ark-rust
that referenced
this issue
Apr 7, 2024
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 ARK-Builders#15 for more information Signed-off-by: Tarek <[email protected]>
tareknaser
pushed a commit
that referenced
this issue
Apr 8, 2024
tareknaser
added a commit
that referenced
this issue
Apr 8, 2024
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]>
tareknaser
pushed a commit
to tareknaser/ark-rust
that referenced
this issue
Apr 9, 2024
kirillt
pushed a commit
that referenced
this issue
Apr 10, 2024
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]>
kirillt
added a commit
that referenced
this issue
Apr 10, 2024
kirillt
pushed a commit
that referenced
this issue
Apr 10, 2024
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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've just moved
ark-cli
from separate repo into to the crate in this repo:At the moment, it still depends on arklib which is previous version of ark-rust. Before we could archive the
arklib
repo, we need to sort out dependencies and pointark-cli
to individual crates.Also, just
cli
should be better name since all crates belong toark
family. The binary should be namedark-cli
though.The text was updated successfully, but these errors were encountered: