Skip to content

Commit b9804b8

Browse files
committed
Update ring, restore lib target for program
1 parent 16a453e commit b9804b8

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

Cargo.lock

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ solana-config-interface = { workspace = true, features = ["bincode", "serde"] }
2727
solana-sdk = { workspace = true }
2828

2929
[lib]
30-
crate-type = ["cdylib"]
30+
crate-type = ["cdylib", "lib"]
3131

3232
[[bench]]
3333
name = "compute_units"

0 commit comments

Comments
 (0)