Hi,
Don't know why I was getting any error for the patch, maybe we have different HEAD commits.
@pyrossh
➜
rust-embed
git(
977cfc0
)
$>
git
apply
--check
0001-Add-support-to-get-files-dat-compressed.patch
error: patch failed: Cargo.toml:10
error: Cargo.toml: patch does not apply
error: patch failed: examples/axum.rs:1
error: examples/axum.rs: patch does not apply
error: patch failed: impl/src/lib.rs:16
error: impl/src/lib.rs: patch does not apply
error: patch failed: src/lib.rs:3
error: src/lib.rs: patch does not apply
error: patch failed: tests/custom_crate_path.rs:1
error: tests/custom_crate_path.rs: patch does not apply
error: patch failed: tests/path_traversal_attack.rs:14
error: tests/path_traversal_attack.rs: patch does not apply
error: patch failed: utils/Cargo.toml:13
error: utils/Cargo.toml: patch does not apply
error: patch failed: utils/src/lib.rs:44
I had to merge it, I've attached the updated patch with minor changes. Please review and let me know.