Skip to content

Commit

Permalink
Add feature flag full_fn_cmp
Browse files Browse the repository at this point in the history
- Fix rug version
  • Loading branch information
benruijl committed Jul 27, 2024
1 parent 3653a54 commit 9c94fab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ default = []
# if using this, make sure jemalloc is compiled with --disable-initial-exec-tls
# if symbolica is used as a dynamic library (as is the case for the Python API)
faster_alloc = ["tikv-jemallocator"]
# sort functions based on an argument-by-argument comparison
full_fn_cmp = []
mathematica_api = ["wolfram-library-link"]
python_api = ["pyo3", "self_cell", "bincode"]
# build a module that is independent of the specific Python version
Expand All @@ -55,7 +57,7 @@ once_cell = "1.19"
rand = "0.8.5"
rand_xoshiro = "0.6"
rayon = "1.8"
rug = "1.25"
rug = "=1.25.0"
self_cell = {version = "1.0", optional = true}
serde = {version = "1.0", features = ["derive"]}
smallvec = "1.13"
Expand Down

0 comments on commit 9c94fab

Please sign in to comment.