Skip to content

Commit 1a67553

Browse files
committed
Move sdk
1 parent d85ff57 commit 1a67553

File tree

18 files changed

+3
-3
lines changed

18 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
"programs/system",
77
"programs/token",
88
"programs/token-2022",
9-
"sdk/pinocchio",
9+
"sdk",
1010
]
1111

1212
[workspace.package]
@@ -17,7 +17,7 @@ rust-version = "1.84"
1717

1818
[workspace.dependencies]
1919
five8_const = "0.1.4"
20-
pinocchio = { version = "0.9", default-features = false, path = "sdk/pinocchio" }
20+
pinocchio = { version = "0.9", default-features = false, path = "sdk" }
2121
solana-account-view = { version = "0.0.0", git = "https://github.com/febo/solana-sdk.git", branch = "solana-instruction-view" }
2222
solana-address = { version = "1.0", git = "https://github.com/febo/solana-sdk.git", branch = "solana-instruction-view" }
2323
solana-define-syscall = { version = "3.0.0", git = "https://github.com/febo/solana-sdk.git", branch = "solana-instruction-view" }
File renamed without changes.

sdk/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

sdk/pinocchio/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
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)