aws-smithy-runtime 1.8.0

The new smithy runtime crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
#
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
#

# This script contains additional CI checks to run for this specific package

set -e

echo "### Testing every combination of features (excluding --all-features)"
# Skip deprecated features that are re-exported from `aws-smithy-http-client` (and tested there already)
cargo hack test --feature-powerset --exclude-all-features --exclude-features legacy-test-util,wire-mock,connector-hyper-0-14-x,tls-rustls