Skip to content

Commit

Permalink
pin log crate since they broke additive features
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibl committed Jul 4, 2024
1 parent 19bfed5 commit 0886a3d
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 @@ -83,7 +83,9 @@ futures-lite = "2.3"
futuredsp = { path = "crates/futuredsp", version = "0.0.6" }
futuresdr-macros = { path = "crates/macros", version = "0.0.6" }
futuresdr-types = { path = "crates/types", version = "0.0.11" }
log = { version = "0.4", features = ["std", "max_level_debug", "release_max_level_info"] }
# they broke additive features in 0.4.22
# https://github.com/rust-lang/log/issues/635
log = { version = "=0.4.21", features = ["std", "max_level_debug", "release_max_level_info"] }
num-complex = "0.4"
num-integer = "0.1"
num_cpus = "1.16"
Expand Down

0 comments on commit 0886a3d

Please sign in to comment.