File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-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.3 .0"
11+ version = " 5.4 .0"
1212repository = " https://github.com/cloudflare/foundations"
1313edition = " 2021"
1414authors = [" Cloudflare" ]
@@ -37,8 +37,8 @@ check-cfg = [
3737
3838[workspace .dependencies ]
3939anyhow = " 1.0.75"
40- foundations = { version = " 5.3 .0" , path = " ./foundations" }
41- foundations-macros = { version = " =5.3 .0" , path = " ./foundations-macros" , default-features = false }
40+ foundations = { version = " 5.4 .0" , path = " ./foundations" }
41+ foundations-macros = { version = " =5.4 .0" , path = " ./foundations-macros" , default-features = false }
4242bindgen = { version = " 0.72" , default-features = false }
4343cc = " 1.0"
4444cf-rustracing = " 1.2.1"
Original file line number Diff line number Diff line change 11
2+ 5.4.0
3+ - 2025-12-01 Fix minimal-versions check
4+ - 2025-11-25 Add #[ with_removal] attribute to #[ metrics] macro
5+ - 2025-11-25 Reduce nesting in metrics proc-macro functions
6+ - 2025-11-24 Configure unexpected_cfgs rustc lint explicitly
7+ - 2025-11-27 Remove globally-shared INACTIVE_SPAN RwLock
8+ - 2025-11-26 Remove internal once_cell usages
9+ - 2025-11-26 Improve performance of log/tracing harness access
10+
2115.3.0
12+ - 2025-11-07 Release 5.3.0
313- 2025-11-06 Add ` unprefixed ` flag to ` #[metrics] ` macro
414- 2025-11-07 Fix new instance of ` clippy::derivable_impls `
515
You can’t perform that action at this time.
0 commit comments