diff options
author | David Robertson <davidr@element.io> | 2022-10-12 10:47:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 10:47:02 +0100 |
commit | 3f057e4c54ff1e4ef8b4f651c35d4698b389fe9b (patch) | |
tree | a70e7d5a9a7b49ccc25edd6b1066ee30d4636b03 /changelog.d | |
parent | Fix a bug where redactions were not being sent over federation if we did not ... (diff) | |
download | synapse-3f057e4c54ff1e4ef8b4f651c35d4698b389fe9b.tar.xz |
Use minimal Rust installation in docker images and CI (#14141)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14141.docker | 1 | ||||
-rw-r--r-- | changelog.d/14141.misc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/14141.docker b/changelog.d/14141.docker new file mode 100644 index 0000000000..561806cdae --- /dev/null +++ b/changelog.d/14141.docker @@ -0,0 +1 @@ +Use the `minimal` Rust profile when building Synapse. diff --git a/changelog.d/14141.misc b/changelog.d/14141.misc new file mode 100644 index 0000000000..561806cdae --- /dev/null +++ b/changelog.d/14141.misc @@ -0,0 +1 @@ +Use the `minimal` Rust profile when building Synapse. |