Skip to content

Commit d0cfe0e

Browse files
committed
Clean-up dev dependencies
1 parent 1e6ed97 commit d0cfe0e

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ derive_more = { version = "2.0.1", features = ["from", "into"] }
3333
futures = "0.3.31"
3434
# Transitive dependency
3535
# See https://forum.dfinity.org/t/module-imports-function-wbindgen-describe-from-wbindgen-placeholder-that-is-not-exported-by-the-runtime/11545/8
36-
getrandom = { version = "*", features = ["custom"] }
36+
getrandom = { version = "*", default-features = false, features = ["custom"] }
3737
hex = "0.4.3"
3838
http = "1.3.1"
3939
ic-agent = "0.40.1"
@@ -75,8 +75,6 @@ solana-pubkey = "3.0.0"
7575
solana-reward-info = "3.0.0"
7676
solana-rpc-client-api = "3.0.0"
7777
solana-rpc-client-nonce-utils = "3.0.0"
78-
# Transitive dependency of solana-transaction-status-client-types
79-
solana-sbpf = { version = "*", default-features = false, features = [] }
8078
solana-sdk-ids = "3.0.0"
8179
solana-signature = "3.1.0"
8280
solana-signer = "3.0.0"

examples/basic_solana/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ getrandom = { workspace = true, default-features = false, features = ["custom"]
1616
ic-cdk = { workspace = true }
1717
ic-ed25519 = { workspace = true }
1818
num = { workspace = true }
19-
serde = { workspace = true, features = ["derive"] }
2019
sol_rpc_client = { path = "../../libs/client", features = ["ed25519"] }
2120
sol_rpc_types = { path = "../../libs/types" }
2221
solana-hash = { workspace = true }
@@ -33,6 +32,7 @@ candid_parser = { workspace = true }
3332
ic-management-canister-types = { workspace = true }
3433
ic-test-utilities-load-wasm = { workspace = true }
3534
pocket-ic = { workspace = true }
35+
serde = { workspace = true, features = ["derive"] }
3636
solana-client = { workspace = true }
3737
solana-commitment-config = { workspace = true }
3838
solana-keypair = { workspace = true }

examples/basic_solana/ninja/Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic_solana/ninja/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ getrandom = { version = "*", default-features = false, features = ["custom"] }
1717
ic-cdk = "0.17.2"
1818
ic-ed25519 = "0.2.0"
1919
num = "0.4.3"
20-
serde = { version = "1.0.219", features = ["derive"] }
2120
sol_rpc_client = { version = "2.0.0", features = ["ed25519"] }
2221
sol_rpc_types = "2.0.0"
2322
solana-hash = "3.0.0"

0 commit comments

Comments
 (0)