Skip to content

Commit

Permalink
bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Oct 9, 2024
1 parent 5bbc7bc commit 78ff9dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ authors = ["Joe Caulfield <[email protected]>"]
repository = "https://github.com/buffalojoec/mollusk"
license = "MIT"
edition = "2021"
version = "0.0.2"

[workspace.dependencies]
bincode = "1.3.3"
mollusk-svm = { path = "harness", version = "0.0.2" }
mollusk-svm-bencher = { path = "bencher", version = "0.0.2" }
num-format = "0.4.4"
serde_json = "1.0.117"
solana-bpf-loader-program = "2.0"
Expand Down
4 changes: 2 additions & 2 deletions bencher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
name = "mollusk-svm-bencher"
version = "0.0.1"
description = "SVM program bench harness."
documentation = "https://docs.rs/mollusk-svm-bencher"
authors = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
version = { workspace = true }

[dependencies]
chrono = "0.4.38"
num-format = { workspace = true }
serde_json = { workspace = true }
mollusk-svm = { path = "../harness", version = "0.0.1" }
mollusk-svm = { workspace = true }
solana-sdk = { workspace = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion harness/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "mollusk-svm"
version = "0.0.1"
description = "SVM program test harness."
documentation = "https://docs.rs/mollusk-svm"
authors = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
version = { workspace = true }

[dependencies]
bincode = { workspace = true }
Expand Down

0 comments on commit 78ff9dd

Please sign in to comment.