Skip to content

Commit 9a84387

Browse files
authored
Merge pull request #902 from muzarski/num-bigint-as-feature
Hide public usages of `num_bigint::BigInt` behind a feature flag
2 parents d01b473 + 21988eb commit 9a84387

File tree

14 files changed

+706
-221
lines changed

14 files changed

+706
-221
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "chrono"
4141
- name: Cargo check with time feature
4242
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "time"
43+
- name: Cargo check with num-bigint-03 feature
44+
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "num-bigint-03"
45+
- name: Cargo check with num-bigint-04 feature
46+
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "num-bigint-04"
4347
- name: Build scylla-cql
4448
run: cargo build --verbose --all-targets --manifest-path "scylla-cql/Cargo.toml" --features "full-serialization"
4549
- name: Build

0 commit comments

Comments
 (0)