Skip to content

Commit 88ec614

Browse files
authored
Prepare spiffe 0.7.4 release (#201)
Signed-off-by: Max Lambrecht <[email protected]>
1 parent ea3607a commit 88ec614

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

spiffe/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.7.4] – 2025-12-24
4+
5+
* Migrated to the Rust 2021 edition.
6+
* Minimum supported Rust version (MSRV) is now 1.83.
7+
8+
39
## [0.7.3] – 2025-12-24
410

511
### Fixed

spiffe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spiffe"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
edition = "2021"
55
rust-version = "1.83"
66
authors = ["Max Lambrecht <[email protected]>"]

spiffe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add `spiffe` to your `Cargo.toml`:
2626

2727
```toml
2828
[dependencies]
29-
spiffe = "0.7.3"
29+
spiffe = "0.7.4"
3030
````
3131

3232
---

0 commit comments

Comments
 (0)