Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,15 @@ on:
crate:
description: Crate
required: true
default: sdk/pinocchio
default: sdk
type: choice
options:
- programs/associated-token-account
- programs/memo
- programs/system
- programs/token
- programs/token-2022
- sdk/log/crate
- sdk/log/macro
- sdk/pinocchio
- sdk/pubkey
- sdk
level:
description: Level
required: true
Expand Down
95 changes: 0 additions & 95 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ members = [
"programs/system",
"programs/token",
"programs/token-2022",
"sdk/log/crate",
"sdk/log/macro",
"sdk/pinocchio",
"sdk",
]

[workspace.package]
Expand All @@ -19,16 +17,12 @@ rust-version = "1.84"

[workspace.dependencies]
five8_const = "0.1.4"
pinocchio = { version = "0.9", default-features = false, path = "sdk/pinocchio" }
pinocchio-log-macro = { version = "0.5", path = "sdk/log/macro" }
quote = "1.0"
regex = "1"
pinocchio = { version = "0.9", default-features = false, path = "sdk" }
solana-account-view = { version = "0.0.0", git = "https://github.com/febo/solana-sdk.git", branch = "solana-instruction-view" }
solana-address = { version = "1.0", git = "https://github.com/febo/solana-sdk.git", branch = "solana-instruction-view" }
solana-define-syscall = { version = "3.0.0", git = "https://github.com/febo/solana-sdk.git", branch = "solana-instruction-view" }
solana-instruction-view = { version = "0.0.0", git = "https://github.com/febo/solana-sdk.git", branch = "solana-instruction-view" }
solana-program-error = { version = "3.0.0", git = "https://github.com/febo/solana-sdk.git", branch = "solana-instruction-view" }
syn = "1.0"

[workspace.metadata.cli]
solana = "2.3.0"
Expand Down
File renamed without changes.
File renamed without changes.
161 changes: 0 additions & 161 deletions sdk/log/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions sdk/log/crate/Cargo.toml

This file was deleted.

Loading