Skip to content

Commit a37bd56

Browse files
authored
Chore: update deps (#176)
* 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
1 parent 4c81a69 commit a37bd56

5 files changed

Lines changed: 152 additions & 132 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
rust: [
20-
1.56.1,
20+
1.63.0,
2121
stable
2222
]
2323

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Cache for build jobs in CI
1313

14+
### Changed
15+
16+
- Migrate to Rust edition 2021
17+
- Bump monero base58 to version 2
18+
- Bump MSRV to Rust `1.63.0`
19+
1420
## [1.0.1] - 2023-01-02
1521

1622
### Changed

0 commit comments

Comments
 (0)