You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix some typos by @Kleinmarb in https://github.com/rust-lang/log/pull/637
45
49
* Add logforth to implementation by @tisonkun in https://github.com/rust-lang/log/pull/638
46
50
* Add `spdlog-rs` link to README by @SpriteOvO in https://github.com/rust-lang/log/pull/639
@@ -51,7 +55,7 @@
51
55
* Fix up key lifetimes and add method to try get a borrowed key by @KodrAus in https://github.com/rust-lang/log/pull/653
52
56
* Add Ftail implementation by @tjardoo in https://github.com/rust-lang/log/pull/652
53
57
54
-
## New Contributors
58
+
###New Contributors
55
59
*@Kleinmarb made their first contribution in https://github.com/rust-lang/log/pull/637
56
60
*@tisonkun made their first contribution in https://github.com/rust-lang/log/pull/638
57
61
*@SpriteOvO made their first contribution in https://github.com/rust-lang/log/pull/639
@@ -64,7 +68,7 @@
64
68
65
69
## [0.4.22] - 2024-06-27
66
70
67
-
## What's Changed
71
+
###What's Changed
68
72
* Add some clarifications to the library docs by @KodrAus in https://github.com/rust-lang/log/pull/620
69
73
* Add links to `colog` crate by @chrivers in https://github.com/rust-lang/log/pull/621
70
74
* adding line_number test + updating some testing infrastructure by @DIvkov575 in https://github.com/rust-lang/log/pull/619
@@ -75,7 +79,7 @@
75
79
* Loosen orderings for logger initialization in https://github.com/rust-lang/log/pull/632. Originally by @pwoolcoc in https://github.com/rust-lang/log/pull/599
76
80
* Use Location::caller() for file and line info in https://github.com/rust-lang/log/pull/633. Originally by @Cassy343 in https://github.com/rust-lang/log/pull/520
77
81
78
-
## New Contributors
82
+
###New Contributors
79
83
*@chrivers made their first contribution in https://github.com/rust-lang/log/pull/621
80
84
*@DIvkov575 made their first contribution in https://github.com/rust-lang/log/pull/619
81
85
*@Catamantaloedis made their first contribution in https://github.com/rust-lang/log/pull/625
@@ -84,7 +88,7 @@
84
88
85
89
## [0.4.21] - 2024-02-27
86
90
87
-
## What's Changed
91
+
###What's Changed
88
92
* Minor clippy nits by @nyurik in https://github.com/rust-lang/log/pull/578
89
93
* Simplify Display impl by @nyurik in https://github.com/rust-lang/log/pull/579
90
94
* Set all crates to 2021 edition by @nyurik in https://github.com/rust-lang/log/pull/580
@@ -104,7 +108,7 @@
104
108
* Use `Acquire` ordering for initialization check by @AngelicosPhosphoros in https://github.com/rust-lang/log/pull/610
105
109
* Get structured logging API ready for stabilization by @KodrAus in https://github.com/rust-lang/log/pull/613
106
110
107
-
## New Contributors
111
+
###New Contributors
108
112
*@nyurik made their first contribution in https://github.com/rust-lang/log/pull/578
109
113
*@dimo414 made their first contribution in https://github.com/rust-lang/log/pull/590
110
114
*@peterjoel made their first contribution in https://github.com/rust-lang/log/pull/587
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ implementation that is most suitable for its use case.
18
18
19
19
## Minimum supported `rustc`
20
20
21
-
`1.60.0+`
21
+
`1.61.0+`
22
22
23
23
This version is explicitly tested in CI and may be bumped in any release as needed. Maintaining compatibility with older compilers is a priority though, so the bar for bumping the minimum supported version is set very high. Any changes to the supported minimum version will be called out in the release notes.
0 commit comments