diff options
author | Erik Johnston <erik@matrix.org> | 2022-10-11 11:53:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-11 10:53:34 +0000 |
commit | d94bcbced3840bb60a299136dfeb8ef380968b5a (patch) | |
tree | c6cb112d487ea333c8afffbd513ffee534910e52 /changelog.d/14129.bugfix | |
parent | Unpin build-system requirements, but impose an upper-bound (#14085) (diff) | |
download | synapse-d94bcbced3840bb60a299136dfeb8ef380968b5a.tar.xz |
Fix pinning Rust deps in docker images (#14129)
Diffstat (limited to '')
-rw-r--r-- | changelog.d/14129.bugfix | 1 |
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. |