Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to SDK 0.23.0 #1779

Merged
merged 2 commits into from
Oct 27, 2021
Merged

update to SDK 0.23.0 #1779

merged 2 commits into from
Oct 27, 2021

Commits on Oct 25, 2021

  1. build: update SDK to 0.23.0

    Signed-off-by: Ben Cressey <bcressey@amazon.com>
    bcressey committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    b75677a View commit details
    Browse the repository at this point in the history
  2. build: run new cargo deny checks

    Path dependencies without a specified version will be treated as a
    wildcard dependency and cause an error, so add the version to each.
    
    Block multiple versions of crates, but skip the existing cases. The
    goal is to prevent new instances from coming in unnoticed.
    
    Signed-off-by: Ben Cressey <bcressey@amazon.com>
    bcressey committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    523c5e9 View commit details
    Browse the repository at this point in the history