We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c2577 commit a303094Copy full SHA for a303094
1 file changed
.github/workflows/bundle-full-source.yml
@@ -116,12 +116,6 @@ jobs:
116
mkdir -p .bundle-work .cargo
117
118
cargo vendor --locked --versioned-dirs vendor \
119
- --sync examples/ffi/rust/Cargo.toml \
120
- --sync examples/starship/Cargo.toml \
121
- --sync lib/rage/Cargo.toml \
122
- --sync malefic-3rd-template/Cargo.toml \
123
- --sync malefic-proxydll/Cargo.toml \
124
- --sync malefic-starship/Cargo.toml \
125
> .bundle-work/cargo-vendor-config.toml
126
127
if [[ -f .cargo/config.toml ]]; then
0 commit comments