We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176218e commit 145e3bbCopy full SHA for 145e3bb
.github/workflows/rust.yml
@@ -44,6 +44,8 @@ jobs:
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: Cargo check with bigdecimal-04 feature
48
+ run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "bigdecimal-04"
49
- name: Build scylla-cql
50
run: cargo build --verbose --all-targets --manifest-path "scylla-cql/Cargo.toml" --features "full-serialization"
51
- name: Build
0 commit comments