Skip to content

Commit

Permalink
default-features = false (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs authored Sep 18, 2024
1 parent 6175d13 commit 605ae89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default = ["sleef"]

[package]
name = "green-kernels"
version = "0.2.1-dev"
version = "0.2.2"
edition = "2021"
authors = ["Timo Betcke <[email protected]>", "Matthew Scroggs <[email protected]>"]
description = "Evaluation of Green's function kernels."
Expand All @@ -29,7 +29,7 @@ approx = { version = "0.5", features = ["num-complex"] }
rayon = "1.9"
num = "0.4"
num_cpus = "1"
rlst = { version = "0.2" }
rlst = { version = "0.2", default-features = false }
rand = "0.8.5"
itertools = { version = "0.13.0", default-features = false }
coe-rs = "0.1.2"
Expand Down

0 comments on commit 605ae89

Please sign in to comment.