Infinite loop in make_offer if you run > 5 loops in main

This commit is contained in:
2024-05-19 09:47:40 -04:00
parent 9ac396795c
commit 86a7fcd698
4 changed files with 36 additions and 279 deletions

View File

@@ -6,4 +6,6 @@ debug = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fixed="1.27.0"
rand="0.8.5"
finum={ path="../finum" }