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 f80833c commit 264393bCopy full SHA for 264393b
ctest/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.4.11 (2024-04-11)
4
+
5
+- Clean up some `ctest` internals
6
+- Increase the recursion limit to fix building on docs.rs
7
8
+<!-- FIXME(ctest): some versions are missing -->
9
10
## 0.4.7 (2023-06-10)
11
12
### Commit Statistics
ctest/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ctest"
-version = "0.4.10"
+version = "0.4.11"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/libc"
0 commit comments