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.
2 parents 5240723 + ad0e917 commit e7662a3Copy full SHA for e7662a3
Cargo.toml
@@ -13,7 +13,7 @@ edition = "2018"
13
documentation = "https://docs.rs/crate/parsec-client"
14
15
[dependencies]
16
-parsec-interface = "0.17.0"
+parsec-interface = "0.17.1"
17
num = "0.2.1"
18
rand = "0.7.3"
19
log = "0.4.8"
tests/ci.sh
@@ -12,6 +12,7 @@ set -euf -o pipefail
12
# Build client #
################
RUST_BACKTRACE=1 cargo build
+RUST_BACKTRACE=1 cargo build --features testing
#################
# Static checks #
0 commit comments