Skip to content

Commit

Permalink
added hg-parser 0.9 with support for share-safe requirement, flag to …
Browse files Browse the repository at this point in the history
…ignore unknown requirements (#32)

* added hg-parser 0.9 with support for share-safe requirement, flag to ignore unknown requirements

* docs
  • Loading branch information
kilork authored Oct 2, 2024
1 parent 8cc0f1f commit 96332f8
Show file tree
Hide file tree
Showing 11 changed files with 244 additions and 185 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
( startsWith( github.ref, 'refs/tags/v' ) ||
github.ref == 'refs/tags/test-release' )
- name: Publish GitHub release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
draft: true
files: "hg-git-fast-import*"
Expand Down
Loading

0 comments on commit 96332f8

Please sign in to comment.