Skip to content

Commit

Permalink
Fix litesvm dependency (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen authored Sep 11, 2024
1 parent 861e2c8 commit e02d485
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 @@ -14,7 +14,7 @@ bincode = "1.3"
criterion = "0.5"
indexmap = "2.2"
itertools = "0.12"
litesvm = { path = "svm" }
litesvm = { path = "svm", version = "0.2" }
log = "0.4"
serde = "1.0"
smallvec = "1.13"
Expand Down

0 comments on commit e02d485

Please sign in to comment.