Skip to content

Commit

Permalink
Fix non linux build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilucand committed Jan 12, 2025
1 parent 648f82e commit e3e5848
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ colors = { package = "ggcat_colors", path = "../colors" }
utils = { package = "ggcat_utils", path = "../utils" }

fdlimit = "0.3.0"
parallel-processor = "0.1.23"
parallel-processor = "0.1.24"
rayon = "1.10.0"
dynamic-dispatch = "0.5.4"
parking_lot = "0.12.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/assembler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ utils = { package = "ggcat_utils", path = "../utils" }
dynamic-dispatch = "0.5.4"

# Common libraries
parallel-processor = "0.1.23"
parallel-processor = "0.1.24"
streaming-libdeflate-rs = "0.1.5"
nightly-quirks = "0.1.4"

Expand Down
2 changes: 1 addition & 1 deletion crates/assembler_kmers_merge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ config = { package = "ggcat_config", path = "../config" }
utils = { package = "ggcat_utils", path = "../utils" }

# Common libraries
parallel-processor = "0.1.23"
parallel-processor = "0.1.24"
streaming-libdeflate-rs = "0.1.5"
nightly-quirks = "0.1.4"

Expand Down
2 changes: 1 addition & 1 deletion crates/assembler_minimizer_bucketing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
config = { package = "ggcat_config", path = "../config" }

# Common libraries
parallel-processor = "0.1.23"
parallel-processor = "0.1.24"
streaming-libdeflate-rs = "0.1.5"

# Static dispatch
Expand Down
2 changes: 1 addition & 1 deletion crates/cmdline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dynamic-dispatch = "0.5.4"


# Common libraries
parallel-processor = "0.1.23"
parallel-processor = "0.1.24"
io = { package = "ggcat_io", path = "../io" }
colors = { package = "ggcat_colors", path = "../colors" }

Expand Down
2 changes: 1 addition & 1 deletion crates/colors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config = { package = "ggcat_config", path = "../config" }
dynamic-dispatch = "0.5.4"

# Common libraries
parallel-processor = "0.1.23"
parallel-processor = "0.1.24"
streaming-libdeflate-rs = "0.1.5"
nightly-quirks = "0.1.4"

Expand Down
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"


# Common libraries
parallel-processor = "0.1.23"
parallel-processor = "0.1.24"
parking_lot = "0.12.3"
2 changes: 1 addition & 1 deletion crates/dumper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config = { package = "ggcat_config", path = "../config" }
utils = { package = "ggcat_utils", path = "../utils" }

# Common libraries
parallel-processor = "0.1.23"
parallel-processor = "0.1.24"
streaming-libdeflate-rs = "0.1.5"
nightly-quirks = "0.1.4"

Expand Down
2 changes: 1 addition & 1 deletion crates/io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ utils = { package = "ggcat_utils", path = "../utils" }


# Common libraries
parallel-processor = "0.1.23"
parallel-processor = "0.1.24"
streaming-libdeflate-rs = "0.1.5"
nightly-quirks = "0.1.4"

Expand Down
2 changes: 1 addition & 1 deletion crates/kmers_transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ config = { package = "ggcat_config", path = "../config" }
utils = { package = "ggcat_utils", path = "../utils" }

# Common libraries
parallel-processor = "0.1.23"
parallel-processor = "0.1.24"
streaming-libdeflate-rs = "0.1.5"
nightly-quirks = "0.1.4"
hashes = { package = "ggcat_hashes", path = "../hashes" }
Expand Down
2 changes: 1 addition & 1 deletion crates/minimizer_bucketing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
config = { package = "ggcat_config", path = "../config" }

# Common libraries
parallel-processor = "0.1.23"
parallel-processor = "0.1.24"
streaming-libdeflate-rs = "0.1.5"
nightly-quirks = "0.1.4"

Expand Down
2 changes: 1 addition & 1 deletion crates/querier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ utils = { package = "ggcat_utils", path = "../utils" }
dynamic-dispatch = "0.5.4"

# Common libraries
parallel-processor = "0.1.23"
parallel-processor = "0.1.24"
streaming-libdeflate-rs = "0.1.5"
nightly-quirks = "0.1.4"

Expand Down
2 changes: 1 addition & 1 deletion crates/structs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bincode = "1.3.3"
byteorder = "1.5.0"
config = { package = "ggcat_config", path = "../config" }
io = { package = "ggcat_io", path = "../io" }
parallel-processor = "0.1.23"
parallel-processor = "0.1.24"
serde = { version = "1.0.203", features = ["derive"] }


Expand Down
2 changes: 1 addition & 1 deletion crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
parking_lot = "0.12.3"
rand = "0.8.5"

parallel-processor = "0.1.23"
parallel-processor = "0.1.24"
2 changes: 1 addition & 1 deletion libs-crates/parallel-processor-rs
4 changes: 3 additions & 1 deletion tests/build_checking.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
set -e
mkdir -p target/checking
export CARGO_TARGET_DIR=target/checking
export CARGO_TARGET_DIR="$PWD/target/checking"

pushd ../

# cargo clean

Expand Down

0 comments on commit e3e5848

Please sign in to comment.