File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-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 = " 4.4.2 "
11+ version = " 4.5.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 = " 4.4.2 " , path = " ./foundations" }
29- foundations-macros = { version = " 4.4.2 " , path = " ./foundations-macros" , default-features = false }
28+ foundations = { version = " 4.5.0 " , path = " ./foundations" }
29+ foundations-macros = { version = " 4.5.0 " , path = " ./foundations-macros" , default-features = false }
3030bindgen = { version = " 0.68.1" , default-features = false }
3131cc = " 1.0"
3232cf-rustracing = " 1.1"
Original file line number Diff line number Diff line change 11
2+ 4.5.0
3+ - 2025-03-10 feat: Add tracing-rs-compat feature with tracing compat logging drain
4+ - 2025-05-08 ZTC-2169: Allow use of memory-profiling feature with no other features
5+ - 2025-05-16 Resolve Clippy lints from Rust 1.86 and 1.87
6+
274.4.2
8+ - 2025-03-05 Release 4.4.2
39- 2025-03-05 Fix build on Windows (#115 )
410- 2025-02-26 Logging: Use File::create when opening output file
511
You can’t perform that action at this time.
0 commit comments