smithy-lang / smithy-dafny

Apache License 2.0
7 stars 8 forks source link

chore: update github CI rust toolchain to 1.78.0 #358

Closed andrewbanchich closed 1 month ago

andrewbanchich commented 1 month ago

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

robin-aws commented 1 month ago

Ideally we shouldn't require a newer version of the toolchain than the AWS SDKs: https://github.com/awslabs/aws-sdk-rust?tab=readme-ov-file#supported-rust-versions-msrv

Would 1.75.0 be good enough?

andrewbanchich commented 1 month ago

looks like that was introduced in 1.76. i'll update with an alternative approach.