Skip to content

Commit

Permalink
rm hyperlane-base dep in core
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-savu committed Nov 21, 2023
1 parent b66154d commit 6d8405c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions rust/Cargo.lock

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

2 changes: 0 additions & 2 deletions rust/hyperlane-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@ serde_json = { workspace = true }
sha3 = { workspace = true }
strum = { workspace = true, optional = true, features = ["derive"] }
thiserror = { workspace = true }
lazy_static = "*"
primitive-types = { workspace = true, optional = true }
solana-sdk = { workspace = true, optional = true }
tiny-keccak = { workspace = true, features = ["keccak"]}
uint.workspace = true

[dev-dependencies]
hyperlane-base = { path = "../hyperlane-base" }
tokio = { workspace = true, features = ["rt", "time"] }

[features]
Expand Down

0 comments on commit 6d8405c

Please sign in to comment.