Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix new runtime crate handling in SDK patcher tool (#3475)
The SDK runtime patcher tool used during smithy-rs release to detect semver breaks was breaking due to the new aws-smithy-wasm crate since it had a bad assumption in the logic to determine if a runtime crate changed. This PR corrects that logic to state the runtime crate doesn't need patching if it didn't exist previously. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
- Loading branch information