Skip to content

Commit a7c3286

Browse files
committed
fix(deps): refactor crc-fast package configuration
1 parent 9d502ec commit a7c3286

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ sha3 = "0.10.8"
454454
blake2b_simd = "1.0.2"
455455
blake3 = "1.5.1"
456456
sm3 = "0.4.2"
457-
crc-fast = "1.5.0"
457+
crc-fast = { version = "1.5.0", default-features = false }
458458
digest = "0.10.7"
459459

460460
# Fluent dependencies

src/uucore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ sha3 = { workspace = true, optional = true }
6464
blake2b_simd = { workspace = true, optional = true }
6565
blake3 = { workspace = true, optional = true }
6666
sm3 = { workspace = true, optional = true }
67-
crc-fast = { workspace = true, optional = true }
67+
crc-fast = { workspace = true, optional = true, features = ["std"] }
6868
bigdecimal = { workspace = true, optional = true }
6969
num-traits = { workspace = true, optional = true }
7070
selinux = { workspace = true, optional = true }

0 commit comments

Comments
 (0)