Skip to content

Commit

Permalink
Merge pull request #484 from Xunop/riscv64-support
Browse files Browse the repository at this point in the history
cargo: Bump ring from 0.16 to 0.17
  • Loading branch information
Nukesor authored Dec 24, 2023
2 parents 3724643 + 018fe9c commit 1df7933
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Fixed

- Bump `ring` from 0.16 to 0.17 to add riscv64 support

## [3.3.2] - 2023-11-28

### Fixed
Expand Down
33 changes: 16 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pueue_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ byteorder = "1.5"
chrono = { version = "0.4", features = ["serde"] }
dirs = "5.0"
rand = "0.8"
rcgen = "0.11"
rcgen = "0.12"
rev_buf_reader = "0.3"
rustls = { version = "0.21", default-features = false }
rustls-pemfile = "1.0"
Expand Down

0 comments on commit 1df7933

Please sign in to comment.