Skip to content

Commit

Permalink
feat: use patched vendored sources for builds
Browse files Browse the repository at this point in the history
Use patched and filtered vendored sources for
builds.

Signed-off-by: Miguel Martín <[email protected]>
  • Loading branch information
mmartinv committed Mar 15, 2024
1 parent 7c0fdbc commit 334a973
Show file tree
Hide file tree
Showing 11,611 changed files with 3,972,613 additions and 172 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[source.crates-io]
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"
Loading

0 comments on commit 334a973

Please sign in to comment.