Skip to content

Commit 4dbd836

Browse files
committed
Bump MSRV to 1.81.0
1 parent eb41d5b commit 4dbd836

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
APIs for working with arrow arrays differs between the two crates.
3131
Users who are just using the simple `Field::set_values` method or the various
3232
`IntoField` / `IntoOptField` traits should not be affected.
33+
- Update MSRV to 1.81
3334
- Bump itertools dependency to 0.14.0
3435
- Bump thiserror dependency to 2.0.11
3536
- Bump tonic, tonic-build and tonic-health dependencies to 0.13.0

crates/grafana-plugin-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.5.0"
44
authors = ["Ben Sully <ben.sully@grafana.com>"]
55
license = "MIT/Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.77"
7+
rust-version = "1.81"
88
repository = "https://github.com/grafana/grafana-plugin-sdk-rust"
99
description = "SDK for building Grafana backend plugins."
1010

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.80.1"
2+
channel = "1.81.0"
33
components = ["rustfmt", "clippy", "rust-analyzer"]

0 commit comments

Comments
 (0)