diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-09-28 07:01:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 07:01:16 -0400 |
commit | c690fd16c48338cac14111d725c137db25436467 (patch) | |
tree | 2dcdd26175de7410c7224888cfa55260f94e7995 | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-c690fd16c48338cac14111d725c137db25436467.tar.xz |
Use modern config for maturin. (#16394)
This allows maturin >= 0.15 to build the properly named shared library object. For now the old configuration is also kept to allow for older maturin installs to be used.
-rw-r--r-- | changelog.d/16394.misc | 1 | ||||
-rw-r--r-- | pyproject.toml | 1 | ||||
-rw-r--r-- | rust/Cargo.toml | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/16394.misc b/changelog.d/16394.misc new file mode 100644 |