Skip to content

Commit 78ff9dd

Browse files
committed
bump for release
1 parent 5bbc7bc commit 78ff9dd

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ authors = ["Joe Caulfield <[email protected]>"]
1212
repository = "https://github.com/buffalojoec/mollusk"
1313
license = "MIT"
1414
edition = "2021"
15+
version = "0.0.2"
1516

1617
[workspace.dependencies]
1718
bincode = "1.3.3"
19+
mollusk-svm = { path = "harness", version = "0.0.2" }
20+
mollusk-svm-bencher = { path = "bencher", version = "0.0.2" }
1821
num-format = "0.4.4"
1922
serde_json = "1.0.117"
2023
solana-bpf-loader-program = "2.0"

bencher/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[package]
22
name = "mollusk-svm-bencher"
3-
version = "0.0.1"
43
description = "SVM program bench harness."
54
documentation = "https://docs.rs/mollusk-svm-bencher"
65
authors = { workspace = true }
76
repository = { workspace = true }
87
license = { workspace = true }
98
edition = { workspace = true }
9+
version = { workspace = true }
1010

1111
[dependencies]
1212
chrono = "0.4.38"
1313
num-format = { workspace = true }
1414
serde_json = { workspace = true }
15-
mollusk-svm = { path = "../harness", version = "0.0.1" }
15+
mollusk-svm = { workspace = true }
1616
solana-sdk = { workspace = true }
1717

1818
[dev-dependencies]

harness/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "mollusk-svm"
3-
version = "0.0.1"
43
description = "SVM program test harness."
54
documentation = "https://docs.rs/mollusk-svm"
65
authors = { workspace = true }
76
repository = { workspace = true }
87
license = { workspace = true }
98
edition = { workspace = true }
9+
version = { workspace = true }
1010

1111
[dependencies]
1212
bincode = { workspace = true }

0 commit comments

Comments
 (0)