We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30a9be commit 21988ebCopy full SHA for 21988eb
.github/workflows/rust.yml
@@ -40,6 +40,10 @@ jobs:
40
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "chrono"
41
- name: Cargo check with time feature
42
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"
47
- name: Build scylla-cql
48
run: cargo build --verbose --all-targets --manifest-path "scylla-cql/Cargo.toml" --features "full-serialization"
49
- name: Build
0 commit comments