Skip to content

Commit

Permalink
bump MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Nov 22, 2024
1 parent 3c26273 commit cb4bfcd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.74.0"
msrv = "1.81.0"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
rustup override set 1.74.0
rustup override set 1.81.0
rustup component add rustfmt
rustup component add clippy
rustup component add rust-docs
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup override set 1.74.0
- run: rustup override set 1.81.0
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@cargo-make
- name: Add hosts entries
Expand Down
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

---

## [0.17.2] - 2024-11-22

- Bump MSRV to `1.81.0`.
- Expose option for setting ID function (#202)
- Add ID format to `PgStore`
- Allow `PgStoreBuilder` to set ID format
Expand Down Expand Up @@ -361,8 +359,7 @@ Refer to: [#107], [#108] and [#109]



[Unreleased]: https://github.com/primait/event_sourcing.rs/compare/0.17.2...HEAD
[0.17.2]: https://github.com/primait/event_sourcing.rs/compare/0.17.1...0.17.2
[Unreleased]: https://github.com/primait/event_sourcing.rs/compare/0.17.1...HEAD
[0.17.1]: https://github.com/primait/event_sourcing.rs/compare/0.17.0...0.17.1
[0.17.0]: https://github.com/primait/event_sourcing.rs/compare/0.16.0...0.17.0
[0.16.0]: https://github.com/primait/event_sourcing.rs/compare/0.15.0...0.16.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ license = "MIT OR Apache-2.0"
name = "esrs"
readme = "README.md"
repository = "https://github.com/primait/event_sourcing.rs"
rust-version = "1.74.0"
version = "0.17.2"
rust-version = "1.81.0"
version = "0.17.1"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit cb4bfcd

Please sign in to comment.