Skip to content

Commit

Permalink
Chore: update deps (#176)
Browse files Browse the repository at this point in the history
* chore(deps): bump base58-monero to version 2

* chore: bump MSRV to 1.63

* chore: update changelog

* chore: update locked deps

* chore: update to Rust edition 2021
  • Loading branch information
h4sh3d authored Sep 18, 2023
1 parent 4c81a69 commit a37bd56
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 132 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
rust: [
1.56.1,
1.63.0,
stable
]

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Cache for build jobs in CI

### Changed

- Migrate to Rust edition 2021
- Bump monero base58 to version 2
- Bump MSRV to Rust `1.63.0`

## [1.0.1] - 2023-01-02

### Changed
Expand Down
Loading

0 comments on commit a37bd56

Please sign in to comment.