Skip to content

Commit

Permalink
Merge pull request #902 from muzarski/num-bigint-as-feature
Browse files Browse the repository at this point in the history
Hide public usages of `num_bigint::BigInt` behind a feature flag
  • Loading branch information
Lorak-mmk authored Jan 26, 2024
2 parents d01b473 + 21988eb commit 9a84387
Show file tree
Hide file tree
Showing 14 changed files with 706 additions and 221 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "chrono"
- name: Cargo check with time feature
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "time"
- name: Cargo check with num-bigint-03 feature
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "num-bigint-03"
- name: Cargo check with num-bigint-04 feature
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "num-bigint-04"
- name: Build scylla-cql
run: cargo build --verbose --all-targets --manifest-path "scylla-cql/Cargo.toml" --features "full-serialization"
- name: Build
Expand Down
Loading

0 comments on commit 9a84387

Please sign in to comment.