print rationals that are integers as integers (#663)

This commit is contained in:
Mark Thom
2022-03-09 21:24:16 -07:00
parent d83b32a200
commit eace0d9b37
3 changed files with 13 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ num-rug-adapter = { optional = true, path = "./crates/num-rug-adapter" }
ordered-float = "2.1.1"
phf = { version = "0.9", features = ["macros"] }
ref_thread_local = "0.0.0"
rug = { version = "1.12.0", optional = true }
rug = { version = "1.15.0", optional = true }
rustyline = "9.0.0"
ring = "0.16.13"
ripemd160 = "0.8.0"