We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8dab5 commit 944df50Copy full SHA for 944df50
.github/workflows/ci-basic.yml
@@ -16,9 +16,6 @@ jobs:
16
ROCKSDB_LIB_DIR: /usr/lib
17
# Use system-installed Snappy library for compression in RocksDB
18
SNAPPY_LIB_DIR: /usr/lib/x86_64-linux-gnu
19
- # Enable the `nu6` feature in `zcash_protocol`
20
- RUSTFLAGS: '--cfg zcash_unstable="nu6"'
21
- RUSTDOCFLAGS: '--cfg zcash_unstable="nu6"'
22
23
steps:
24
- uses: actions/checkout@v4
0 commit comments