Skip to content
Snippets Groups Projects
Unverified Commit 9615e23c authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Fix sdist to include rust build script (#13866)

* Fix sdist to include rust build script

Fixes #13851

* Newsfile
parent 9ce1a53c
No related branches found
No related tags found
No related merge requests found
Fix building from packaged sdist. Broke in v1.68.0rc1.
...@@ -88,6 +88,7 @@ include = [ ...@@ -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 = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment