File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
8
8
name = " secret-service"
9
9
repository = " https://github.com/hwchen/secret-service-rs.git"
10
10
edition = " 2021"
11
- version = " 4 .0.0"
11
+ version = " 5 .0.0"
12
12
rust-version = " 1.77.0"
13
13
14
14
# The async runtime features mirror those of `zbus` for compatibility.
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ crates.io version] ( https://img.shields.io/crates/v/secret-service.svg )] ( https://crates.io/crates/secret-service )
4
4
[ ![ 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 )
6
6
[ ![ crates.io downloads] ( https://img.shields.io/crates/d/secret-service.svg )] ( https://crates.io/crates/secret-service )
7
7
![ CI] ( https://github.com/hwchen/secret-service-rs/workflows/CI/badge.svg )
8
8
@@ -20,7 +20,7 @@ For example:
20
20
21
21
``` toml
22
22
[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" ] }
24
24
```
25
25
26
26
Available feature flags:
You can’t perform that action at this time.
0 commit comments