Skip to content

Commit

Permalink
chore: svm04 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Mar 18, 2024
1 parent 703e9ef commit 7b52048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ rand = { version = "0.8", optional = true }

# svm
home = "0.5"
svm = { package = "svm-rs", version = "0.3", default-features = false, optional = true }
svm-builds = { package = "svm-rs-builds", version = "0.3", default-features = false, optional = true }
svm = { package = "svm-rs", version = "0.4", default-features = false, optional = true }
svm-builds = { package = "svm-rs-builds", version = "0.4", default-features = false, optional = true }
sha2 = { version = "0.10", default-features = false, optional = true }
itertools = "0.12"

Expand Down

0 comments on commit 7b52048

Please sign in to comment.