Skip to content

Commit dff7224

Browse files
committed
adjust manifest and bump for release
1 parent 67b09a2 commit dff7224

File tree

5 files changed

+44
-35
lines changed

5 files changed

+44
-35
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repository = "https://github.com/anza-xyz/mollusk"
1818
readme = "README.md"
1919
license-file = "LICENSE"
2020
edition = "2021"
21-
version = "0.2.0"
21+
version = "0.2.1"
2222

2323
[workspace.dependencies]
2424
agave-feature-set = "2.2.6"
@@ -30,17 +30,17 @@ clap = "4.5.4"
3030
criterion = "0.5.1"
3131
ed25519-dalek = "=1.0.1"
3232
libsecp256k1 = "0.6.0"
33-
mollusk-svm = { path = "harness", version = "0.2.0" }
34-
mollusk-svm-bencher = { path = "bencher", version = "0.2.0" }
35-
mollusk-svm-cli = { path = "cli", version = "0.2.0" }
36-
mollusk-svm-error = { path = "error", version = "0.2.0" }
37-
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.2.0" }
38-
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.2.0" }
39-
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.2.0" }
40-
mollusk-svm-keys = { path = "keys", version = "0.2.0" }
41-
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.2.0" }
42-
mollusk-svm-result = { path = "result", version = "0.2.0" }
43-
mollusk-svm-programs-token = { path = "programs/token", version = "0.2.0" }
33+
mollusk-svm = { path = "harness" }
34+
mollusk-svm-bencher = { path = "bencher" }
35+
mollusk-svm-cli = { path = "cli" }
36+
mollusk-svm-error = { path = "error" }
37+
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture" }
38+
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd" }
39+
mollusk-svm-fuzz-fs = { path = "fuzz/fs" }
40+
mollusk-svm-keys = { path = "keys" }
41+
mollusk-svm-programs-memo = { path = "programs/memo" }
42+
mollusk-svm-result = { path = "result" }
43+
mollusk-svm-programs-token = { path = "programs/token" }
4444
num-format = "0.4.4"
4545
openssl = "0.10.72"
4646
prost = "0.9"
@@ -90,9 +90,3 @@ thiserror = "1.0.64"
9090
tokio = "1.37.0"
9191
which = "=4.4.0"
9292

93-
[workspace.lints.rust.unexpected_cfgs]
94-
level = "warn"
95-
check-cfg = [
96-
'cfg(feature, values("custom-heap", "custom-panic"))',
97-
'cfg(target_os, values("solana"))',
98-
]

test-programs/cpi-target/Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@ solana-pubkey = { workspace = true }
1212
[lib]
1313
crate-type = ["cdylib", "lib"]
1414

15-
[lints]
16-
workspace = true
15+
[lints.rust.unexpected_cfgs]
16+
level = "warn"
17+
check-cfg = [
18+
'cfg(feature, values("custom-heap", "custom-panic"))',
19+
'cfg(target_os, values("solana"))',
20+
]
21+

test-programs/custom-syscall/Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@ solana-pubkey = { workspace = true }
1212
[lib]
1313
crate-type = ["cdylib", "lib"]
1414

15-
[lints]
16-
workspace = true
15+
[lints.rust.unexpected_cfgs]
16+
level = "warn"
17+
check-cfg = [
18+
'cfg(feature, values("custom-heap", "custom-panic"))',
19+
'cfg(target_os, values("solana"))',
20+
]
21+

test-programs/primary/Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@ solana-system-interface = { workspace = true, features = ["bincode"] }
1616
[lib]
1717
crate-type = ["cdylib", "lib"]
1818

19-
[lints]
20-
workspace = true
19+
[lints.rust.unexpected_cfgs]
20+
level = "warn"
21+
check-cfg = [
22+
'cfg(feature, values("custom-heap", "custom-panic"))',
23+
'cfg(target_os, values("solana"))',
24+
]
25+

0 commit comments

Comments
 (0)