Skip to content

Commit

Permalink
Remove feature
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Sep 24, 2024
1 parent 037da97 commit cc8e4f1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

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

6 changes: 0 additions & 6 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ name = "pinocchio"
description = "Create Solana programs with no strings attached"
version = "0.0.1"
edition = "2021"

[features]
macro = ["dep:pinocchio-macro"]

[dependencies]
pinocchio-macro = { version="^0", path="../macro", optional=true }
3 changes: 0 additions & 3 deletions sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ pub mod program_error;
pub mod pubkey;
pub mod syscalls;
pub mod sysvars;

#[cfg(feature = "macro")]
pub use pinocchio_macro::{declare_id, pubkey};

0 comments on commit cc8e4f1

Please sign in to comment.