File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.3] - 2024-11-07
4+
5+ ## What's Changed
6+
7+ * Depend explicitly on tonic 0.12.3 (#120 )
8+ * Update thiserror requirement from 1 to 2 in (#127 )
9+
310## [ 0.6.2] - 2024-10-07
411
512## What's Changed
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "spiffe"
33# When releasing to crates.io:
44# - Update CHANGELOG.md.
55# - Create a new tag
6- version = " 0.6.2 "
6+ version = " 0.6.3 "
77edition = " 2021"
88authors = [
" Max Lambrecht <[email protected] >" ]
99description = " Rust client library implementation for SPIFFE"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ client (`workload-api`) by default:
1414
1515``` toml
1616[dependencies ]
17- spiffe = " 0.6.2 "
17+ spiffe = " 0.6.3 "
1818```
1919
2020## Examples of Usage
You can’t perform that action at this time.
0 commit comments