From f73b71f5973d844d8aaa7452703cd8b35a30eb77 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Sat, 27 Jan 2024 14:24:04 +0100 Subject: [PATCH] chore: bump svm builds (#53) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6518283a..27f79926 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]