Skip to content

Commit

Permalink
Set MSRV to 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Aug 18, 2022
1 parent 085c9cb commit 23b8d0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/rust/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Toolchains used for the specified crates in addition to the toolchain which is defined in
# rust-toolchain.toml
TOOLCHAINS = {
"packages/libs/error-stack": ["1.61"],
"packages/libs/error-stack": ["1.63"],
}

# Try and publish these crates when their version is changed in Cargo.toml
Expand Down
1 change: 1 addition & 0 deletions packages/libs/error-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All notable changes to `error-stack` will be documented in this file.

- Use `Provider` API from `core::any` ([#697](https://github.com/hashintel/hash/pull/697))
- Hide `futures-core` feature ([#695](https://github.com/hashintel/hash/pull/695))
- Set the MSRV to 1.63 ([#944](https://github.com/hashintel/hash/pull/944))

### Features

Expand Down
2 changes: 1 addition & 1 deletion packages/libs/error-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[![crates.io](https://img.shields.io/crates/v/error-stack)][crates.io]
[![libs.rs](https://img.shields.io/badge/libs.rs-error--stack-orange)][libs.rs]
[![rust-version](https://img.shields.io/badge/Rust-1.61.0-orange)][rust-version]
[![rust-version](https://img.shields.io/badge/Rust-1.63.0-orange)][rust-version]
[![documentation](https://img.shields.io/docsrs/error-stack)][documentation]
[![license](https://img.shields.io/crates/l/error-stack)][license]
[![discord](https://img.shields.io/discord/840573247803097118)][discord]
Expand Down

0 comments on commit 23b8d0b

Please sign in to comment.