Skip to content

Commit

Permalink
Don't ignore git refs?
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Feb 16, 2024
1 parent e2c2216 commit 6ea9c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ 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
# repos. These will be removed when published.
- 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
Expand Down

0 comments on commit 6ea9c5b

Please sign in to comment.