Update num-rug-adapter to fix build with num feature.

This commit is contained in:
Marco A L Barbosa
2020-10-18 19:20:05 -03:00
parent 5fbdb1af9f
commit 8d405849be
4 changed files with 6 additions and 30 deletions

View File

@@ -30,7 +30,7 @@ indexmap = "1.0.2"
lazy_static = "1.4.0"
libc = "0.2.62"
nix = "0.15.0"
num-rug-adapter = { optional = true, version = "0.1.3" }
num-rug-adapter = { optional = true, version = "0.1.4" }
ordered-float = "0.5.0"
prolog_parser = { version = "0.8.68", default-features = false }
ref_thread_local = "0.0.0"