Skip to content

Commit 4336525

Browse files
authored
Prepare spire-api 0.3.9 release (#202)
Signed-off-by: Max Lambrecht <[email protected]>
1 parent 88ec614 commit 4336525

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

spire-api/CHANGELOG.md

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

3+
## [0.3.9] – 2025-12-24
4+
5+
* Migrated to the Rust 2021 edition.
6+
* Minimum supported Rust version (MSRV) is now 1.83.
7+
38
## [0.3.8] - 2025-12-24
49

510
### What's Changed

spire-api/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spire-api"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
edition = "2021"
55
rust-version = "1.83"
66
authors = ["Max Lambrecht <[email protected]>"]
@@ -13,7 +13,7 @@ categories = ["cryptography"]
1313
keywords = ["SPIFFE", "SPIRE"]
1414

1515
[dependencies]
16-
spiffe = { version = "0.7", path = "../spiffe" }
16+
spiffe = "0.7.4"
1717
tonic = { version = "0.14.0", default-features = false, features = ["codegen", "transport"]}
1818
prost = { version = "0.14.0" }
1919
tonic-prost = "0.14"

spire-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add `spire-api` to your `Cargo.toml`:
3131

3232
```toml
3333
[dependencies]
34-
spire-api = "0.3.8"
34+
spire-api = "0.3.9"
3535
````
3636

3737
---

0 commit comments

Comments
 (0)