0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-17 11:03:46 +02:00

Fix sdist to include rust build script (#13866)

* Fix sdist to include rust build script

Fixes #13851

* Newsfile
This commit is contained in:
Erik Johnston 2022-09-22 11:59:23 +01:00 committed by GitHub
parent 9ce1a53c46
commit 9615e23c29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
changelog.d/13866.bugfix Normal file
View file

@ -0,0 +1 @@
Fix building from packaged sdist. Broke in v1.68.0rc1.

View file

@ -88,6 +88,7 @@ include = [
{ path = "Cargo.toml", format = "sdist" },
{ path = "rust/Cargo.toml", format = "sdist" },
{ path = "rust/Cargo.lock", format = "sdist" },
{ path = "rust/build.rs", format = "sdist" },
{ path = "rust/src/**", format = "sdist" },
]
exclude = [