Make scoring more precise by using floats when diffing AI refactors

This commit is contained in:
Antonio Scandurra 2023-08-24 12:45:44 +02:00
parent 481bcbf204
commit 9674b03855
3 changed files with 19 additions and 13 deletions

View file

@ -26,6 +26,7 @@ chrono = { version = "0.4", features = ["serde"] }
futures.workspace = true
indoc.workspace = true
isahc.workspace = true
ordered-float.workspace = true
regex.workspace = true
schemars.workspace = true
serde.workspace = true