File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-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.0.2 "
11+ version = " 5.1.0 "
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.0.2 " , path = " ./foundations" }
29- foundations-macros = { version = " 5.0.2 " , path = " ./foundations-macros" , default-features = false }
28+ foundations = { version = " 5.1.0 " , path = " ./foundations" }
29+ foundations-macros = { version = " 5.1.0 " , path = " ./foundations-macros" , default-features = false }
3030bindgen = { version = " 0.72" , default-features = false }
3131cc = " 1.0"
3232cf-rustracing = " 1.2"
Original file line number Diff line number Diff line change 11
2+ 5.1.0
3+ - 2025-09-30 Add a new SharedSpanHandle::Inactive variant
4+ - 2025-09-18 Add set_span_finish_callback macro to telemetry::tracing
5+ - 2025-09-30 Work around broken --cfg docsrs in other crates
6+ - 2025-09-30 Remove doc_auto_cfg to clear errors on nightly
7+ - 2025-09-24 Fix rerun directive issuance for build inputs
8+
295.0.2
10+ - 2025-09-24 Release 5.0.2
311- 2025-09-23 Fix regression that causes unconditional rebuilds
412
5135.0.1
You can’t perform that action at this time.
0 commit comments