Commit dc480da
authored
Bump MSRV to 1.85 (#4154)
## 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 -->
## Description
<!--- Describe your changes in detail -->
## Testing
<!--- Please describe in detail how you tested your changes -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->
## Checklist
<!--- If a checkbox below is not applicable, then please DELETE it
rather than leaving it unchecked -->
- [ ] For changes to the smithy-rs codegen or runtime crates, I have
created a changelog entry Markdown file in the `.changelog` directory,
specifying "client," "server," or both in the `applies_to` key.
- [ ] For changes to the AWS SDK, generated SDK code, or SDK runtime
crates, I have created a changelog entry Markdown file in the
`.changelog` directory, specifying "aws-sdk-rust" in the `applies_to`
key.
----
_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._1 parent ede2e1f commit dc480da
File tree
89 files changed
+380
-262
lines changed- .github/workflows
- aws
- rust-runtime
- aws-config
- src
- meta
- aws-runtime
- src
- env_config
- user_agent
- aws-sigv4
- src
- http_request
- sign
- sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk
- sdk/integration-tests/webassembly
- .cargo
- .vscode
- buildSrc/src/main/kotlin
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy
- customizations
- endpoint
- generators
- config
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/rustlang
- codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy
- generators
- protocols
- rust-runtime
- aws-smithy-cbor
- src
- aws-smithy-compression
- src
- aws-smithy-eventstream
- src
- buf
- aws-smithy-http-client
- src
- test_util
- aws-smithy-http-server-python
- src
- middleware
- util
- aws-smithy-http-server
- src
- instrumentation
- sensitivity
- uri
- plugin
- protocol/rpc_v2_cbor
- aws-smithy-json
- src/deserialize
- aws-smithy-observability-otel
- benches
- aws-smithy-protocol-test
- src
- aws-smithy-runtime-api
- src/client
- interceptors/context
- retries
- aws-smithy-types
- src
- config_bag
- aws-smithy-xml
- src
- inlineable/src/endpoint_lib
- tools
- ci-build
- sdk-lockfiles
- ci-scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
89 files changed
+380
-262
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments