Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
complexspaces committed Jan 31, 2023
1 parent e380c2b commit 9ed2f55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Unreleased

[3.0.1]
- Fix docs.rs builds

[3.0.0]
- Updated dependencies where reasonable
- Bumped MSRV to 1.60
Expand Down Expand Up @@ -64,3 +67,4 @@ _0.1.0_
[2.0.1]: https://github.com/hwchen/secret-service-rs/releases/tag/v2.0.1
[2.0.2]: https://github.com/hwchen/secret-service-rs/releases/tag/v2.0.2
[3.0.0]: https://github.com/hwchen/secret-service-rs/releases/tag/v3.0.0
[3.0.1]: https://github.com/hwchen/secret-service-rs/releases/tag/v3.0.1
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "secret-service"
repository = "https://github.com/hwchen/secret-service-rs.git"
edition = "2021"
version = "3.0.0"
version = "3.0.1"
rust-version = "1.60.0"

# The async runtime features mirror those of `zbus` for compatibility.
Expand Down Expand Up @@ -42,4 +42,4 @@ tokio = { version = "1", features = ["rt", "macros"] }
test-with = { version = "0.8", default-features = false }

[package.metadata.docs.rs]
features = ["rt-tokio-crypto-rust"]
features = ["rt-tokio-crypto-rust"]

0 comments on commit 9ed2f55

Please sign in to comment.