Skip to content

Commit

Permalink
run cargo diet on all crates (#36)
Browse files Browse the repository at this point in the history
* run cargo diet on all crates

* undo logger changes (makes no difference)
  • Loading branch information
kevinheavey authored Feb 25, 2025
1 parent 9919546 commit 6afe65a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bn254/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repository = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
include = ["src/**/*"]

[dependencies]
bytemuck = { workspace = true, features = ["derive"] }
Expand Down
1 change: 1 addition & 0 deletions program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ homepage = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = "1.79.0" # solana platform-tools rust version
include = ["src/**/*", "README.md"]

[dependencies]
bincode = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repository = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
include = ["src/**/*", "README.md"]

[features]
# "program" feature is a legacy feature retained to support v1.3 and older
Expand Down

0 comments on commit 6afe65a

Please sign in to comment.