diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 9a8df4e..a213ab1 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -5,7 +5,7 @@ aws_c_event_stream: aws_checksums: - 0.1.18 aws_crt_cpp: -- 0.26.6 +- 0.26.8 c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_.yaml b/.ci_support/linux_aarch64_.yaml index 85b311b..50c19aa 100644 --- a/.ci_support/linux_aarch64_.yaml +++ b/.ci_support/linux_aarch64_.yaml @@ -7,7 +7,7 @@ aws_c_event_stream: aws_checksums: - 0.1.18 aws_crt_cpp: -- 0.26.6 +- 0.26.8 c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_.yaml b/.ci_support/linux_ppc64le_.yaml index f083954..f8f7d29 100644 --- a/.ci_support/linux_ppc64le_.yaml +++ b/.ci_support/linux_ppc64le_.yaml @@ -5,7 +5,7 @@ aws_c_event_stream: aws_checksums: - 0.1.18 aws_crt_cpp: -- 0.26.6 +- 0.26.8 c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/migrations/aws_c_common0915.yaml b/.ci_support/migrations/aws_c_common0915.yaml deleted file mode 100644 index 41cbd55..0000000 --- a/.ci_support/migrations/aws_c_common0915.yaml +++ /dev/null @@ -1,9 +0,0 @@ -__migrator: - build_number: 1 - commit_message: Rebuild for aws_c_common 0.9.15 - kind: version - migration_number: 1 - automerge: true -aws_c_common: -- 0.9.15 -migrator_ts: 1712112530.1901226 diff --git a/.ci_support/migrations/aws_crt_cpp0268.yaml b/.ci_support/migrations/aws_crt_cpp0268.yaml new file mode 100644 index 0000000..b9c2944 --- /dev/null +++ b/.ci_support/migrations/aws_crt_cpp0268.yaml @@ -0,0 +1,9 @@ +__migrator: + build_number: 1 + commit_message: Rebuild for aws_crt_cpp 0.26.8 + kind: version + migration_number: 1 + automerge: true +aws_crt_cpp: +- 0.26.8 +migrator_ts: 1713020524.6837494 diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_.yaml index 050fdf9..d639851 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_.yaml @@ -9,7 +9,7 @@ aws_c_event_stream: aws_checksums: - 0.1.18 aws_crt_cpp: -- 0.26.6 +- 0.26.8 c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_.yaml b/.ci_support/osx_arm64_.yaml index f3c1055..365e3f3 100644 --- a/.ci_support/osx_arm64_.yaml +++ b/.ci_support/osx_arm64_.yaml @@ -7,7 +7,7 @@ aws_c_event_stream: aws_checksums: - 0.1.18 aws_crt_cpp: -- 0.26.6 +- 0.26.8 c_compiler: - clang c_compiler_version: diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index a123567..6d616cf 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -5,13 +5,11 @@ aws_c_event_stream: aws_checksums: - 0.1.18 aws_crt_cpp: -- 0.26.6 +- 0.26.8 c_compiler: - vs2019 c_stdlib: - vs -c_stdlib_version: -- '2019' channel_sources: - conda-forge channel_targets: diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8e44cc7..14de0ba 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -9,7 +9,7 @@ source: sha256: 89b7b2fc921e4c5a35785f3bcf0f7dbf76ad488d85c9888043ed7b8e5029f25d build: - number: 6 + number: 7 run_exports: - {{ pin_subpackage("aws-sdk-cpp", max_pin="x.x.x") }}