diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-02-01 19:01:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-01 19:01:06 -0500 |
commit | da8a9571131de8161eb2cccbb5d4ba23b1f5d85e (patch) | |
tree | bb0723e426e1d62c487badba9ff1e18f029f7280 /changelog.d | |
parent | Allow enabling the asyncio reactor in complement (#14858) (diff) | |
download | synapse-da8a9571131de8161eb2cccbb5d4ba23b1f5d85e.tar.xz |
Make extension-module optional, but default. (#14965)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14965.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14965.misc b/changelog.d/14965.misc new file mode 100644 index 0000000000..3ae0537d96 --- /dev/null +++ b/changelog.d/14965.misc @@ -0,0 +1 @@ +Allow running `cargo` without the `extension-module` option. |