diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 570e184..da9df17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: run: git log -p -1 CHANGELOG.md | grep '^+\($\|[^+]\)' | cut -c 2- | tee body.md - name: Create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref }} name: Release ${{ steps.get-version.outputs.version }} diff --git a/cast_checks/tests/inner_attribute_example.rs b/cast_checks/tests/inner_attribute_example.rs index c91c177..3990aac 100644 --- a/cast_checks/tests/inner_attribute_example.rs +++ b/cast_checks/tests/inner_attribute_example.rs @@ -27,7 +27,7 @@ fn test() { predicates::str::is_match( r"\ thread 'checked_truncation' \([0-9]*\) panicked at src/lib\.rs:3:1: -invalid cast in `x as u16` at src/lib\.rs:3:0: TryFromIntError\(\(\)\) +invalid cast in `x as u16` at src/lib\.rs:3:0: TryFromIntError\(PosOverflow\) ", ) .unwrap(),