aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/rl-next
diff options
context:
space:
mode:
authorWinter <winter@winter.cafe>2024-03-26 22:36:17 -0400
committerWinter <winter@winter.cafe>2024-03-27 21:04:00 -0400
commit80405d06264f0de1c16ee2646388ab501df20628 (patch)
treeb90d7a475e059552ebdde80ebb8b390a79b8d571 /doc/manual/rl-next
parentedba570664b952facde43fd0414e60f0a42851da (diff)
Stop vendoring toml11
We don't apply any patches to it, and vendoring it locks users into bugs (it hasn't been updated since its introduction in late 2021). Closes https://git.lix.systems/lix-project/lix/issues/164 Change-Id: Ied071c841fc30b0dfb575151afd1e7f66970fdb9
Diffstat (limited to 'doc/manual/rl-next')
-rw-r--r--doc/manual/rl-next/drop-vendored-toml11.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/manual/rl-next/drop-vendored-toml11.md b/doc/manual/rl-next/drop-vendored-toml11.md
new file mode 100644
index 000000000..83bffac31
--- /dev/null
+++ b/doc/manual/rl-next/drop-vendored-toml11.md
@@ -0,0 +1,7 @@
+---
+synopsis: Stop vendoring toml11
+cls: 675
+---
+
+We don't apply any patches to it, and vendoring it locks users into
+bugs (it hasn't been updated since its introduction in late 2021).