Skip to content

Commit fbbc3d6

Browse files
committed
Change crate name
1 parent 24df786 commit fbbc3d6

File tree

12 files changed

+6
-6
lines changed

12 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ members = [
8686
"sdk",
8787
"sdk-ids",
8888
"sdk-macro",
89-
"sdk-wasm",
89+
"sdk-wasm-js",
9090
"secp256k1-program",
9191
"secp256k1-recover",
9292
"secp256r1-program",

scripts/build-sbf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ exclude_list=(
2323
"quic-definitions"
2424
"rent-collector"
2525
"reserved-account-keys"
26-
"sdk-wasm"
26+
"sdk-wasm-js"
2727
"secp256k1-program"
2828
"secp256r1-program"
2929
"system-transaction"
File renamed without changes.

sdk-wasm/Cargo.toml renamed to sdk-wasm-js/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
2-
name = "solana-sdk-wasm"
3-
description = "Solana SDK Wasm"
4-
documentation = "https://docs.rs/solana-sdk"
2+
name = "solana-sdk-wasm-js"
3+
description = "Solana SDK Wasm JS"
4+
documentation = "https://docs.rs/solana-sdk-wasm-js"
55
version = "2.2.2"
66
authors = { workspace = true }
77
repository = { workspace = true }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)