Skip to content

Commit

Permalink
remove implicit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Quba1 committed Apr 5, 2024
1 parent 0bf02a5 commit 75b4f50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "floccus"
version = "0.4.0-alpha.2"
version = "0.4.0-alpha.3"
authors = ["Jakub Lewandowski <[email protected]>"]
edition = "2021"
description = "Formulae for air thermodynamic calculations"
Expand Down Expand Up @@ -38,10 +38,10 @@ floccus = { path = ".", features = ["double_precision"] }

[features]
default = []
debug = ["log"]
debug = ["dep:log"]
double_precision = []
array = ["ndarray"]
parallel = ["array", "ndarray/rayon", "rayon"]
array = ["dep:ndarray"]
parallel = ["array", "ndarray/rayon", "dep:rayon"]

[[bench]]
name = "equivalent_potential_temperature"
Expand Down

0 comments on commit 75b4f50

Please sign in to comment.