Skip to content

Commit

Permalink
chore: update Gear dependencies to v1.3.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on authored Apr 29, 2024
1 parent 7e68c50 commit c7589b0
Show file tree
Hide file tree
Showing 6 changed files with 1,245 additions and 1,006 deletions.
3 changes: 1 addition & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ rustdocflags = [
"-Dwarnings",
"--default-theme=ayu",
"-Wrustdoc::private_doc_tests",
# TODO: uncomment after the compiler update.
# "-Wrustdoc::unescaped_backticks",
"-Wrustdoc::unescaped_backticks",
]
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Release
if: github.event_name != 'pull_request'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: ${{ github.ref == 'refs/heads/master' && 'Nightly' || github.ref_name }}
tag_name: ${{ github.ref == 'refs/heads/master' && 'nightly' || github.ref_name }}
Expand Down
Loading

0 comments on commit c7589b0

Please sign in to comment.