We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57c593 commit 5bc95a1Copy full SHA for 5bc95a1
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.5.1 - 2022-10-08
2
+
3
+- Switch to 2021 edition and use once cell (#61)
4
+- Support configuring fail point in RAII style (#62)
5
+- Fix recursive macro invocation (#66)
6
7
# 0.5.0 - 2021-11-04
8
9
- update rand to 0.8
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fail"
-version = "0.5.0"
+version = "0.5.1"
authors = ["The TiKV Project Developers"]
license = "Apache-2.0"
keywords = ["failpoints", "fail"]
0 commit comments