fix: bump svm-rs for windows support (#685)

This commit is contained in:
Georgios Konstantopoulos 2021-12-13 09:20:38 -07:00 committed by GitHub
parent 6bf325dcab
commit 8a7252fe58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ md-5 = "0.10.0"
thiserror = "1.0.30"
hex = "0.4.3"
colored = "2.0.0"
svm = { package = "svm-rs", version = "0.2.0", optional = true }
svm = { package = "svm-rs", version = "0.2.1", optional = true }
glob = "0.3.0"
tracing = "0.1.29"
num_cpus = "1.13.0"