Skip to content

Commit

Permalink
Update versions.toml (#941)
Browse files Browse the repository at this point in the history
Update to the first commit where nothing in history has a bad revision:

```
 git rev-list 5c6b1a1..release-2023-11-01 | tac | xargs -I {} bash -ce 'git checkout {} && grep "smithy-lang/smithy-rs#1896" codegen-core -r'
```

<!--

IMPORTANT:

> Making changes to examples? 

Be sure to make example changes in the awsdocs/aws-doc-sdk-examples
repository (https://github.com/awsdocs/aws-doc-sdk-examples).
The examples in aws-sdk-rust are copied from the `rust_dev_preview/`
directory in that repository.


> Making changes to code?

All the code in aws-sdk-rust is auto-generated by smithy-rs
(https://github.com/awslabs/smithy-rs).
Changes to code need to be made in that repository.

-->


## Motivation and Context
<!-- Why is this change required? What problem does it solve? -->
<!-- If it fixes an open issue, please link to the issue here -->

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
rcoh committed Nov 2, 2023
1 parent 51e409c commit 2d6b962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
smithy_rs_revision = '9b0e3cfd256ff737f6d23a64a323f2e526307e67'
smithy_rs_revision = '5c6b1a19f385cc582d4795f50240394267448f9f'
aws_doc_sdk_examples_revision = 'dc64af92d9c1780e628ab8b9f665e0490dfad6c8'

[manual_interventions]
Expand Down

0 comments on commit 2d6b962

Please sign in to comment.