privilege new op declarations over old ones (#346)

This commit is contained in:
Mark Thom
2020-04-15 00:37:00 -06:00
parent 38bb44664c
commit 9ef185978f
2 changed files with 3 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ libc = "0.2.62"
nix = "0.15.0"
num-rug-adapter = { optional = true, version = "0.1.1" }
ordered-float = "0.5.0"
prolog_parser = { version = "0.8.51", default-features = false }
prolog_parser = { version = "0.8.52", default-features = false }
ref_thread_local = "0.0.0"
rug = { version = "1.4.0", optional = true }
rustyline = "6.0.0"