Skip to content

Commit

Permalink
GEN-77: Bump error-stack to 0.4 (#2967)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann authored Aug 23, 2023
1 parent 4d72010 commit 12017c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
uses: taiki-e/install-action@v2
with:
tool: just@1.13.0,cargo-hack@0.5.26,cargo-nextest@0.9.37,rust-script@0.23.0,cargo-semver-checks@0.17.0
tool: just@1.13.0,cargo-hack@0.5.26,cargo-nextest@0.9.37,rust-script@0.23.0,cargo-semver-checks

- name: Run lints
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
Expand All @@ -377,7 +377,8 @@ jobs:
# Only run semver checks if this is not the initial release
grep '^version' Cargo.toml | grep -q -v 0.0.0-reserved || exit 0
cargo +${{ matrix.toolchain }} semver-checks check-release
# Temporarily disabled as `error-stack@0.3.1` does not compile on the current nightly toolchain
# cargo +${{ matrix.toolchain }} semver-checks check-release
- name: Publish (dry run)
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
Expand Down
2 changes: 1 addition & 1 deletion libs/error-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to `error-stack` will be documented in this file.

- Support for [`defmt`](https://defmt.ferrous-systems.com)

## 0.4.0 - unreleased
## [0.4.0](https://github.com/hashintel/hash/tree/error-stack%400.4.0/libs/error-stack) - 2023-08-23

### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion libs/error-stack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude = ["package.json", ".config/lints.toml"]

[package]
name = "error-stack"
version = "0.3.1"
version = "0.4.0"
authors = ["HASH"]
edition = "2021"
rust-version = "1.63.0"
Expand Down

0 comments on commit 12017c4

Please sign in to comment.