Merge pull request #851 from Skgland/fix_num_test2
Workaround to make num tests work
This commit is contained in:
@@ -20,4 +20,7 @@ path = "src/lib.rs"
|
||||
|
||||
[features]
|
||||
num = ["num-rug-adapter"]
|
||||
default = ["rug"]
|
||||
# no default features to make num tests work
|
||||
# workaround for --no-default-features and --features not working intuitively for workspaces with a root package
|
||||
# see rust-lang/cargo#7160
|
||||
# default = ["rug"]
|
||||
|
||||
Reference in New Issue
Block a user