Skip to content

Commit f53e2e7

Browse files
committed
Release 5.0.0
1 parent ace5af7 commit f53e2e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
name = "secret-service"
99
repository = "https://github.com/hwchen/secret-service-rs.git"
1010
edition = "2021"
11-
version = "4.0.0"
11+
version = "5.0.0"
1212
rust-version = "1.77.0"
1313

1414
# The async runtime features mirror those of `zbus` for compatibility.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![crates.io version](https://img.shields.io/crates/v/secret-service.svg)](https://crates.io/crates/secret-service)
44
[![crate documentation](https://docs.rs/secret-service/badge.svg)](https://docs.rs/secret-service)
5-
![MSRV](https://img.shields.io/badge/rustc-1.75+-blue.svg)
5+
![MSRV](https://img.shields.io/badge/rustc-1.77+-blue.svg)
66
[![crates.io downloads](https://img.shields.io/crates/d/secret-service.svg)](https://crates.io/crates/secret-service)
77
![CI](https://github.com/hwchen/secret-service-rs/workflows/CI/badge.svg)
88

@@ -20,7 +20,7 @@ For example:
2020

2121
```toml
2222
[dependencies]
23-
secret-service = { version = "4.0.0", features = ["rt-tokio-crypto-rust"] }
23+
secret-service = { version = "5.0.0", features = ["rt-tokio-crypto-rust"] }
2424
```
2525

2626
Available feature flags:

0 commit comments

Comments
 (0)