Commit 303eef1 1 parent b8d38f6 commit 303eef1 Copy full SHA for 303eef1
File tree 2 files changed +22
-5
lines changed
2 files changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,23 @@ date: 2023-05-12T11:02:09+08:00
9
9
10
10
<!-- truncate -->
11
11
12
+ ## 2025-02-08
13
+
14
+ ### Releases
15
+
16
+ | crate | version |
17
+ | - | - |
18
+ | foyer | 0.14.1 |
19
+ | foyer-common | 0.14.1 |
20
+ | foyer-memory | 0.14.1 |
21
+ | foyer-storage | 0.14.1 |
22
+ | foyer-bench | 0.14.1 |
23
+
24
+ ### Changes
25
+
26
+ - Use ` tokio-rs/tokio ` by default as the runtime, use ` madsim-tokio ` when ` madsim ` configuration is enabled.
27
+ - Optimize dependencies.
28
+
12
29
## 2025-01-14
13
30
14
31
### Releases
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ members = [
11
11
]
12
12
13
13
[workspace .package ]
14
- version = " 0.14.0 "
14
+ version = " 0.14.1 "
15
15
edition = " 2021"
16
16
rust-version = " 1.81.0"
17
17
repository = " https://github.com/foyer-rs/foyer"
@@ -45,10 +45,10 @@ prometheus = "0.13"
45
45
mixtrics = " 0.0.3"
46
46
47
47
# foyer components
48
- foyer-common = { version = " 0.14.0 " , path = " foyer-common" }
49
- foyer-memory = { version = " 0.14.0 " , path = " foyer-memory" }
50
- foyer-storage = { version = " 0.14.0 " , path = " foyer-storage" }
51
- foyer = { version = " 0.14.0 " , path = " foyer" }
48
+ foyer-common = { version = " 0.14.1 " , path = " foyer-common" }
49
+ foyer-memory = { version = " 0.14.1 " , path = " foyer-memory" }
50
+ foyer-storage = { version = " 0.14.1 " , path = " foyer-storage" }
51
+ foyer = { version = " 0.14.1 " , path = " foyer" }
52
52
53
53
[workspace .lints .rust ]
54
54
missing_docs = " warn"
You can’t perform that action at this time.
0 commit comments