Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade minimum Rust version to 1.70.0. #1198

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Upgrade minimum Rust version to 1.70.0. #1198

merged 1 commit into from
Jun 11, 2024

Conversation

partim
Copy link
Member

@partim partim commented Jun 11, 2024

No description provided.

@ximon18
Copy link
Member

ximon18 commented Jun 11, 2024

One question: Why?

@partim
Copy link
Member Author

partim commented Jun 11, 2024

After updating the dependencies, compiling failed. 1.67 would have been enough but the old crates.io access thing doesn’t work anymore, so 1.70 it has to be.

@partim partim merged commit 4d0b4ed into main Jun 11, 2024
18 checks passed
@partim partim deleted the rust-1.70.0 branch June 11, 2024 13:15
partim added a commit that referenced this pull request Jun 21, 2024
New

* Allow overriding the initial manifest number when initializing the TA
  signer, either by specifying `--initial_manifest_number` in the CLI or by
  including `ta_mft_nr_override: #nr` in the `ImportTa` JSON. ([#1178])
* Allow overriding the TA manifest number when signing a TA proxy request by
  specifying `--ta_mft_number_override` in the CLI. ([#1178])

Bug fixes

* Prevent empty RRDP delta lists to be produced. ([#1181])
* Correctly encode empty revocation lists in CRLs. (via [rpki-rs#295])
* Allow read access to the RIS dump while downloading a new dump.
  ([#1179])
* Don’t apply “child revoke key” command if the resource class does not
  exist. ([#1208])

Other changes

* The minimum supported Rust version is now 1.70.0. ([#1198])
partim added a commit that referenced this pull request Jun 27, 2024
New

* Allow overriding the initial manifest number when initializing the TA
  signer, either by specifying `--initial_manifest_number` in the CLI or by
  including `ta_mft_nr_override: #nr` in the `ImportTa` JSON. ([#1178])
* Allow overriding the TA manifest number when signing a TA proxy request by
  specifying `--ta_mft_number_override` in the CLI. ([#1178])

Bug fixes

* Prevent empty RRDP delta lists to be produced. ([#1181])
* Correctly encode empty revocation lists in CRLs. (via [rpki-rs#295])
* Allow read access to the RIS dump while downloading a new dump.
  ([#1179])
* Don’t apply “child revoke key” command if the resource class does not
  exist. ([#1208])

Other changes

* The minimum supported Rust version is now 1.70.0. ([#1198])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants