diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index aba46180ae..f4f23d8917 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -100,7 +100,7 @@ jobs: - uses: stellar/binaries@v18 with: name: cargo-hack - version: 0.5.28 + version: 0.6.18 # Vendor all the dependencies into the vendor/ folder. Temporarily remove # [patch.crates-io] entries in the workspace Cargo.toml that reference git @@ -108,7 +108,7 @@ jobs: - name: Vendor Dependencies run: | cp Cargo.toml Cargo.toml.bak - sed -r '/(git|rev) ?=/d' Cargo.toml.bak > Cargo.toml + # sed -r '/(git|rev) ?=/d' Cargo.toml.bak > Cargo.toml cargo vendor --versioned-dirs rm Cargo.toml mv Cargo.toml.bak Cargo.toml