Skip to content

Commit

Permalink
Remove camino dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zbuc committed Dec 6, 2024
1 parent 16d5a3d commit eb94277
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ bitcoin = "0.31.1"
bs58 = "0.5.0"
byte-unit = { version = "4.0.19", default-features = false }
bytes = "1.4.0"
camino = "1" # camino for satisfying penumbra path types
clap = "3.2"
clap_complete = "3.2"
color-eyre = "0.6"
Expand Down
1 change: 0 additions & 1 deletion crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ bitcoin = { workspace = true, features = ["serde"] }
bs58 = { workspace = true }
byte-unit = { workspace = true, features = ["serde"] }
bytes = { workspace = true }
camino = { workspace = true }
crossbeam-channel = { workspace = true }
digest = { workspace = true }
dirs-next = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/relayer/src/chain/penumbra/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ impl ChainEndpoint for PenumbraChain {
};

// No support for custom registry.json files in Hermes yet.
let registry_path: Option<camino::Utf8PathBuf> = None;
let registry_path: Option<String> = None;
let svc = rt
.block_on(ViewServer::load_or_initialize(
view_file,
Expand Down

0 comments on commit eb94277

Please sign in to comment.