File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ members = [
8
8
resolver = " 2"
9
9
10
10
[workspace .package ]
11
- version = " 4.4.1 "
11
+ version = " 4.4.2 "
12
12
repository = " https://github.com/cloudflare/foundations"
13
13
edition = " 2021"
14
14
authors = [" Cloudflare" ]
@@ -25,8 +25,8 @@ debug = 1
25
25
26
26
[workspace .dependencies ]
27
27
anyhow = " 1.0.75"
28
- foundations = { version = " 4.4.1 " , path = " ./foundations" }
29
- foundations-macros = { version = " 4.4.1 " , path = " ./foundations-macros" , default-features = false }
28
+ foundations = { version = " 4.4.2 " , path = " ./foundations" }
29
+ foundations-macros = { version = " 4.4.2 " , path = " ./foundations-macros" , default-features = false }
30
30
bindgen = { version = " 0.68.1" , default-features = false }
31
31
cc = " 1.0"
32
32
cf-rustracing = " 1.1"
Original file line number Diff line number Diff line change 1
1
2
+ 4.4.2
3
+ - 2025-03-05 Fix build on Windows (#115 )
4
+ - 2025-02-26 Logging: Use File::create when opening output file
5
+
2
6
4.4.1
7
+ - 2025-02-26 Release 4.4.1
3
8
- 2025-02-26 Report metrics format as openmetrics to allow exemplars
4
9
5
10
4.4.0
You can’t perform that action at this time.
0 commit comments