Skip to content

Commit

Permalink
fix: deactivate btoi default features to avoid numtrait compile t…
Browse files Browse the repository at this point in the history
…imes (#729)
  • Loading branch information
Byron committed Feb 13, 2024
1 parent a86a5c0 commit ca0512a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ members = [
prodash = { version = "28.0.0", default-features = false }
futures-lite = { version = "2.1.0", default-features = false, features = ["std"] }
faster-hex = { version = "0.9.0", default-features = false }
btoi = { version = "0.4.3", default-features = false }

[package.metadata.docs.rs]
features = ["document-features", "max"]
Expand Down
2 changes: 1 addition & 1 deletion gix-actor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gix-features = { version = "^0.38.0", path = "../gix-features", optional = true
gix-date = { version = "^0.8.3", path = "../gix-date" }

thiserror = "1.0.38"
btoi = "0.4.2"
btoi.workspace = true
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]}
winnow = { version = "0.5.36", features = ["simd"] }
itoa = "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion gix-index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bstr = { version = "1.3.0", default-features = false }

serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
smallvec = "1.7.0"
btoi = "0.4.3"
btoi.workspace = true
itoa = "1.0.3"
bitflags = "2"

Expand Down
2 changes: 1 addition & 1 deletion gix-object/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gix-validate = { version = "^0.8.3", path = "../gix-validate" }
gix-actor = { version = "^0.30.0", path = "../gix-actor" }
gix-date = { version = "^0.8.3", path = "../gix-date" }

btoi = "0.4.2"
btoi.workspace = true
itoa = "1.0.1"
thiserror = "1.0.34"
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"] }
Expand Down
2 changes: 1 addition & 1 deletion gix-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ thiserror = "1.0.32"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"] }
winnow = { version = "0.5.36", features = ["simd"] }
btoi = "0.4.2"
btoi.workspace = true

# for async-client
async-trait = { version = "0.1.51", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion gix-quote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ doctest = false
[dependencies]
bstr = { version = "1.3.0", default-features = false, features = ["std"]}
thiserror = "1.0.38"
btoi = "0.4.2"
btoi.workspace = true

0 comments on commit ca0512a

Please sign in to comment.