Skip to content

Commit

Permalink
remove serde dependency from default light-client
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
  • Loading branch information
bluele committed Oct 19, 2024
1 parent 4df1e8d commit 5c2a03d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions 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 enclave/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 modules/light-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ edition = "2021"

[dependencies]
flex-error = { version = "0.4.4", default-features = false }
serde = { version = "1.0.184", default-features = false, features = ["alloc"] }
derive_more = { version = "0.99.0", default-features = false }
bincode = { version = "2.0.0-rc.3", default-features = false, features = ["serde", "alloc"] }

ibc = { version = "0.29.0", default-features = false, features = ["serde"], optional = true }

lcp-types = { path = "../types", default-features = false }
Expand Down

0 comments on commit 5c2a03d

Please sign in to comment.