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
Bumped release to 0.2.13. assertion macros now use core::panic (#14)
* Bumped release to 0.2.13. assertion macros now use `core::panic`
`core::panic` changed to allow passing a non-literal `&'static str` argument after
writing the const_format assertion macros.
Updated changelog
* Fixed bug caused by use of respan macro
* Delete .travis.yml
Copy file name to clipboardExpand all lines: Changelog.md
+4
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@ This is the changelog,summarising changes in each version(some minor changes may
2
2
3
3
# 0.2
4
4
5
+
### 0.2.13
6
+
7
+
Fixed the assertion macros not to use `std::panic`, using `core::panic` instead, since `core::panic` changed to allow passing a non-literal `&'static str` argument.
8
+
5
9
### 0.2.11
6
10
7
11
Fixed the documentation in case that the https://github.com/rust-lang/rust/pull/80243
0 commit comments