File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ members = [
88resolver = " 2"
99
1010[workspace .package ]
11- version = " 5.1.0 "
11+ version = " 5.1.1 "
1212repository = " https://github.com/cloudflare/foundations"
1313edition = " 2021"
1414authors = [" Cloudflare" ]
@@ -25,8 +25,8 @@ debug = 1
2525
2626[workspace .dependencies ]
2727anyhow = " 1.0.75"
28- foundations = { version = " 5.1.0 " , path = " ./foundations" }
29- foundations-macros = { version = " 5.1.0 " , path = " ./foundations-macros" , default-features = false }
28+ foundations = { version = " 5.1.1 " , path = " ./foundations" }
29+ foundations-macros = { version = " 5.1.1 " , path = " ./foundations-macros" , default-features = false }
3030bindgen = { version = " 0.72" , default-features = false }
3131cc = " 1.0"
3232cf-rustracing = " 1.2.1"
Original file line number Diff line number Diff line change 11
2+ 5.1.1
3+ - 2025-10-15 Use const initialization for INACTIVE_SPAN
4+ - 2025-10-15 Bump tonic to v0.14 and opentelemetry to v0.31
5+
265.1.0
7+ - 2025-10-01 Release 5.1.0
38- 2025-09-30 Add a new SharedSpanHandle::Inactive variant
49- 2025-09-18 Add set_span_finish_callback macro to telemetry::tracing
510- 2025-09-30 Work around broken --cfg docsrs in other crates
You can’t perform that action at this time.
0 commit comments