summary refs log tree commit diff
path: root/changelog.d/14129.bugfix
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-10-11 11:53:34 +0100
committerGitHub <noreply@github.com>2022-10-11 10:53:34 +0000
commitd94bcbced3840bb60a299136dfeb8ef380968b5a (patch)
treec6cb112d487ea333c8afffbd513ffee534910e52 /changelog.d/14129.bugfix
parentUnpin build-system requirements, but impose an upper-bound (#14085) (diff)
downloadsynapse-d94bcbced3840bb60a299136dfeb8ef380968b5a.tar.xz
Fix pinning Rust deps in docker images (#14129)
Diffstat (limited to '')
-rw-r--r--changelog.d/14129.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14129.bugfix b/changelog.d/14129.bugfix
new file mode 100644
index 0000000000..2c016c0c4a
--- /dev/null
+++ b/changelog.d/14129.bugfix
@@ -0,0 +1 @@
+Fix an issue with Docker images causing the Rust dependencies to not be pinned correctly.