Skip to content

Commit

Permalink
cli: test templates: bump mollusk
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Nov 13, 2024
1 parent 762ef5e commit 7119004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/rust_template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ fn cargo_toml(name: &str, with_mollusk: bool) -> String {
let dev_dependencies = if with_mollusk {
r#"
[dev-dependencies]
mollusk-svm = "=0.0.6-solana-1.18"
mollusk-svm = "0.0.8"
"#
} else {
""
Expand Down

0 comments on commit 7119004

Please sign in to comment.