Skip to content

Commit

Permalink
Add Cargo.lock to avoid flaky CI
Browse files Browse the repository at this point in the history
Avoids errors like:

    error: failed to parse lock file at: /home/runner/work/syntect/syntect/Cargo.lock

    Caused by:
      lock file version 4 requires `-Znext-lockfile-bump`
    test public_api ... FAILED
  • Loading branch information
Enselic committed Jan 11, 2025
1 parent 5bb5ef8 commit 9a137c9
Show file tree
Hide file tree
Showing 2 changed files with 1,130 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Thumbs.db

# cargo
target/
Cargo.lock

# IDEA
.idea/
Expand Down
Loading

0 comments on commit 9a137c9

Please sign in to comment.