Skip to content

Commit

Permalink
use patch section to override gevulot-rs version
Browse files Browse the repository at this point in the history
  • Loading branch information
trusch committed Dec 13, 2024
1 parent 5f6a08c commit e5fca97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 36 deletions.
36 changes: 2 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ repository = "https://github.com/gevulotnetwork/gvltctl"
description = "Gevulot Control CLI"

[dependencies]
# gevulot-rs = "0.1.3-pre.3"
gevulot-rs = { git = "https://github.com/gevulotnetwork/gevulot-rs.git", rev = "e4094641c487da48af5bd1b49c2bac50a48b21e7" }
gevulot-rs = "0.1.3-pre.3"

bip32 = "0.5.1"
clap = { version = "4", features = ["env", "cargo"] }
Expand Down Expand Up @@ -37,3 +36,6 @@ num_cpus = "1.16.0"
oci-spec = "0.7.0"
tempdir = "0.3.7"
thiserror = "1"

[patch.crates-io]
gevulot-rs = { git = "https://github.com/gevulotnetwork/gevulot-rs.git", rev = "e4094641c487da48af5bd1b49c2bac50a48b21e7" }

0 comments on commit e5fca97

Please sign in to comment.