Skip to content

Commit f8e3414

Browse files
committed
bump for release
1 parent 8691813 commit f8e3414

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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ resolver = "2"
1010
[workspace.package]
1111
authors = ["Joe Caulfield <[email protected]>"]
1212
repository = "https://github.com/buffalojoec/mollusk"
13+
readme = "README.md"
1314
license = "MIT"
1415
edition = "2021"
15-
version = "0.0.3"
16+
version = "0.0.4"
1617

1718
[workspace.dependencies]
1819
bincode = "1.3.3"
19-
mollusk-svm = { path = "harness", version = "0.0.3" }
20-
mollusk-svm-bencher = { path = "bencher", version = "0.0.3" }
20+
mollusk-svm = { path = "harness", version = "0.0.4" }
21+
mollusk-svm-bencher = { path = "bencher", version = "0.0.4" }
2122
num-format = "0.4.4"
2223
serde_json = "1.0.117"
2324
solana-bpf-loader-program = "2.0"

bencher/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description = "SVM program bench harness."
44
documentation = "https://docs.rs/mollusk-svm-bencher"
55
authors = { workspace = true }
66
repository = { workspace = true }
7+
readme = { workspace = true }
78
license = { workspace = true }
89
edition = { workspace = true }
910
version = { workspace = true }

harness/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description = "SVM program test harness."
44
documentation = "https://docs.rs/mollusk-svm"
55
authors = { workspace = true }
66
repository = { workspace = true }
7+
readme = { workspace = true }
78
license = { workspace = true }
89
edition = { workspace = true }
910
version = { workspace = true }

0 commit comments

Comments
 (0)