Skip to content

Commit

Permalink
chore: bump svm builds (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jan 27, 2024
1 parent 8870e72 commit f73b71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ home = "0.5.5"
svm = { package = "svm-rs", version = "0.3", default-features = false, features = [
"blocking",
], optional = true }
svm-builds = { package = "svm-rs-builds", version = "0.2", optional = true }
svm-builds = { package = "svm-rs-builds", version = "0.3", optional = true }
tokio = { version = "1.32", features = ["rt-multi-thread"] }

[dev-dependencies]
Expand Down

0 comments on commit f73b71f

Please sign in to comment.