Skip to content

Commit ad0e917

Browse files
committed
Import the newer interface
Also adds feature testing on the CI. Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
1 parent 5240723 commit ad0e917

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2018"
1313
documentation = "https://docs.rs/crate/parsec-client"
1414

1515
[dependencies]
16-
parsec-interface = "0.17.0"
16+
parsec-interface = "0.17.1"
1717
num = "0.2.1"
1818
rand = "0.7.3"
1919
log = "0.4.8"

tests/ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ set -euf -o pipefail
1212
# Build client #
1313
################
1414
RUST_BACKTRACE=1 cargo build
15+
RUST_BACKTRACE=1 cargo build --features testing
1516

1617
#################
1718
# Static checks #

0 commit comments

Comments
 (0)