Skip to content

Commit

Permalink
Merge branch 'main' into publisher-request-set-handle
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Jul 8, 2024
2 parents b04b5ba + 5011b69 commit 66b459f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [1.64.0, stable, beta, nightly]
rust: [1.67.0, stable, beta, nightly]
steps:
- name: Checkout repository
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rpki"
version = "0.18.4"
edition = "2021"
rust-version = "1.64"
rust-version = "1.67"
authors = ["NLnet Labs <rpki-team@nlnetlabs.nl>"]
description = "A library for validating and creating RPKI data."
documentation = "https://docs.rs/rpki/"
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@ Breaking changes
New

* `ca::idexchange::Error` now impls `std::error::Error`. ([#297])
* Re-export `bcder` as `dep::bcder` if it is enabled. ([#299])

Bug fixes

Other changes

* The minimum supported Rust version is now 1.67. ([#301])

[#297]: https://github.com/NLnetLabs/rpki-rs/pull/297
[#299]: https://github.com/NLnetLabs/rpki-rs/pull/299
[#301]: https://github.com/NLnetLabs/rpki-rs/pull/301


## 0.18.4
Expand Down

0 comments on commit 66b459f

Please sign in to comment.