Unverified Commit dac48166 authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Bump MSRV to `1.56.1` (#1130)

parent 5449ff3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ on:
name: AWS SDK CI

env:
  rust_version: 1.54.0
  rust_version: 1.56.1
  rust_toolchain_components: clippy,rustfmt
  java_version: 11

+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ on:
name: CI

env:
  rust_version: 1.54.0
  rust_version: 1.56.1
  rust_toolchain_components: clippy,rustfmt
  java_version: 11

+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ on:
    - synchronize
env:
  java_version: 11
  rust_version: 1.54.0
  rust_version: 1.56.1

jobs:
  generate-diff:
+12 −0
Original line number Diff line number Diff line
@@ -10,3 +10,15 @@
# references = ["smithy-rs#920"]
# meta = { "breaking" = false, "tada" = false, "bug" = false }
# author = "rcoh"

[[aws-sdk-rust]]
message = "MSRV increased from `1.54` to `1.56.1` per our 2-behind MSRV policy."
references = ["smithy-rs#1130"]
meta = { "breaking" = true, "tada" = false, "bug" = false }
author = "jdisanti"

[[smithy-rs]]
message = "MSRV increased from `1.54` to `1.56.1` per our 2-behind MSRV policy."
references = ["smithy-rs#1130"]
meta = { "breaking" = true, "tada" = false, "bug" = false }
author = "jdisanti"
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

#![warn(
    missing_docs,
    missing_crate_level_docs,
    rustdoc::missing_crate_level_docs,
    missing_debug_implementations,
    rust_2018_idioms,
    unreachable_pub
Loading