Skip to content

Commit

Permalink
sdk/rust: use path dependency for serde_wormhole (#2992)
Browse files Browse the repository at this point in the history
instead of an override. This makes it easier for downstream users to depend on this crate
  • Loading branch information
guibescos authored Jan 25, 2024
1 parent a2bdc8d commit 55faa9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ members = [
opt-level = 3
lto = "thin"

[patch.crates-io]
serde_wormhole = { path = "serde_wormhole" }
2 changes: 1 addition & 1 deletion sdk/rust/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anyhow = "1"
bstr = { version = "1", features = ["serde"] }
schemars = { version = "0.8.8", optional = true }
serde = { version = "1", default-features = false, features = ["alloc", "derive"] }
serde_wormhole = "0.1.0"
serde_wormhole = {path = "../serde_wormhole"}
sha3 = "0.10.4"
thiserror = "1"

Expand Down

0 comments on commit 55faa9c

Please sign in to comment.