Skip to content

Commit

Permalink
Update MSRV to 1.80, zbus 5.x requires it
Browse files Browse the repository at this point in the history
  • Loading branch information
iovxw committed Nov 11, 2024
1 parent 6515f63 commit ff8434c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ksni"
version = "0.3.0"
authors = ["iovxw <[email protected]>"]
edition = "2021"
rust-version = "1.75"
rust-version = "1.80"
description = """
A Rust implementation of the KDE/freedesktop StatusNotifierItem specification
"""
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://github.com/iovxw/ksni/workflows/Rust/badge.svg)](https://github.com/iovxw/ksni/actions?query=workflow%3ARust)
[![Crates](https://img.shields.io/crates/v/ksni.svg)](https://crates.io/crates/ksni)
[![Documentation](https://docs.rs/ksni/badge.svg)](https://docs.rs/ksni)
[![MSRV](https://img.shields.io/badge/msrv-1.75.0-blue)](https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field)
[![MSRV](https://img.shields.io/badge/msrv-1.80.0-blue)](https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field)

A Rust implementation of the KDE/freedesktop StatusNotifierItem specification

Expand Down

0 comments on commit ff8434c

Please sign in to comment.