Skip to content

Commit

Permalink
Explicitly set rust version to 1.83 for release (#1217)
Browse files Browse the repository at this point in the history
Explicitly set rust version to 1.83 for release

### Does this change impact existing behavior?

Temporarily forces Rust version to 1.83 for the 1.13.1 release

### Does this change need a changelog entry?

No

---

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and I agree to the terms of
the [Developer Certificate of Origin
(DCO)](https://developercertificate.org/).

Signed-off-by: Simon Beal <[email protected]>
  • Loading branch information
muddyfish authored Jan 10, 2025
1 parent 33c20c8 commit 8e4b2ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mountpoint-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Unreleased

## v1.13.1 (January 9, 2025)
## v1.13.1 (January 10, 2025)

### New features

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "stable"
channel = "1.83"
components = ["rust-src"]

0 comments on commit 8e4b2ca

Please sign in to comment.