Skip to content

Commit

Permalink
fix: udeps
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasti810 committed Dec 20, 2024
1 parent 995f265 commit e5021f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 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.

8 changes: 5 additions & 3 deletions node-uniffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ path = "./src/bin/uniffi-bindgen.rs"

[dependencies]
lumina-node = { workspace = true, features = ["uniffi"] }
celestia-types = { workspace = true, features = ["uniffi"] }
celestia-types.workspace = true
tendermint.workspace = true
libp2p.workspace = true
redb = "2.1.1"
thiserror = "1.0.61"
serde_json = "1.0.64"
directories = "5.0.1"
uniffi = { version = "0.28.3", features = ["bindgen", "tokio", "cli"] }
tokio = { version = "1.38.0", features = ["macros", "sync"] }
tokio = { version = "1.38.0", features = ["macros", "sync"] }

[target.'cfg(target_os = "ios")'.dependencies]
directories = "5.0.1"
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ tempfile = "3.10.1"

[features]
test-utils = ["celestia-types/test-utils"]
uniffi = ["dep:uniffi", "celestia-types/uniffi"]
uniffi = ["dep:uniffi"]

[package.metadata.docs.rs]
features = ["test-utils"]
Expand Down
2 changes: 0 additions & 2 deletions types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ serde_repr = { version = "0.1.19", optional = true }
sha2 = "0.10.6"
thiserror = "1.0.61"
time = { version = "0.3.36", default-features = false }
uniffi = { version = "0.28.0", optional = true }

[dev-dependencies]
ed25519-consensus = "2.1.0"
Expand All @@ -63,7 +62,6 @@ wasm-bindgen = ["time/wasm-bindgen"]
[package.metadata.docs.rs]
features = ["p2p", "test-utils"]
rustdoc-args = ["--cfg", "docsrs"]
uniffi = ["dep:uniffi"]

[package.metadata.cargo-udeps.ignore]
development = ["indoc"]

0 comments on commit e5021f9

Please sign in to comment.