File tree Expand file tree Collapse file tree
crates/grafana-plugin-sdk Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.5.0"
44authors = [" Ben Sully <ben.sully@grafana.com>" ]
55license = " MIT/Apache-2.0"
66edition = " 2021"
7- rust-version = " 1.77 "
7+ rust-version = " 1.81 "
88repository = " https://github.com/grafana/grafana-plugin-sdk-rust"
99description = " SDK for building Grafana backend plugins."
1010
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " 1.80.1 "
2+ channel = " 1.81.0 "
33components = [" rustfmt" , " clippy" , " rust-analyzer" ]
You can’t perform that action at this time.
0 commit comments