mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix sdist to include rust build script (#13866)
* Fix sdist to include rust build script Fixes #13851 * Newsfile
This commit is contained in:
parent
9ce1a53c46
commit
9615e23c29
1
changelog.d/13866.bugfix
Normal file
1
changelog.d/13866.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix building from packaged sdist. Broke in v1.68.0rc1.
|
@ -88,6 +88,7 @@ include = [
|
|||||||
{ path = "Cargo.toml", format = "sdist" },
|
{ path = "Cargo.toml", format = "sdist" },
|
||||||
{ path = "rust/Cargo.toml", format = "sdist" },
|
{ path = "rust/Cargo.toml", format = "sdist" },
|
||||||
{ path = "rust/Cargo.lock", format = "sdist" },
|
{ path = "rust/Cargo.lock", format = "sdist" },
|
||||||
|
{ path = "rust/build.rs", format = "sdist" },
|
||||||
{ path = "rust/src/**", format = "sdist" },
|
{ path = "rust/src/**", format = "sdist" },
|
||||||
]
|
]
|
||||||
exclude = [
|
exclude = [
|
||||||
|
Loading…
Reference in New Issue
Block a user