Skip to content

Commit

Permalink
Merge branch 'main' into ipblock46
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Jul 8, 2024
2 parents de6b554 + 8e71299 commit e618d1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ New

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

Bug fixes

Expand All @@ -17,6 +18,7 @@ Other changes

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


Expand Down
4 changes: 4 additions & 0 deletions src/ca/idexchange.rs
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,10 @@ impl PublisherRequest {
&self.publisher_handle
}

pub fn set_publisher_handle(&mut self, handle: PublisherHandle) {
self.publisher_handle = handle
}

pub fn tag(&self) -> Option<&String> {
self.tag.as_ref()
}
Expand Down

0 comments on commit e618d1e

Please sign in to comment.