Skip to content

Commit

Permalink
Release 0.13.2-rc1. (#1213)
Browse files Browse the repository at this point in the history
Bug fixes

* Updated the locked version of the h2 crate to 0.3.26 to fix
  [RUSTSEC-2024-0332]. ([#1206])
* Don’t apply “child revoke key” command if the resource class does not
  exist. ([#1207])
  • Loading branch information
partim authored Jun 21, 2024
1 parent 96ce18e commit 9379d22
Show file tree
Hide file tree
Showing 5 changed files with 821 additions and 804 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
package:
# See: https://github.com/NLnetLabs/ploutos
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v6
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
secrets:
DOCKER_HUB_ID: ${{ secrets.DOCKER_HUB_ID }}
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
# Note: some of these values are also used when building Debian packages below.
name = "krill"
version = "0.13.1"
version = "0.13.2-rc1"
edition = "2018"
rust-version = "1.63"
authors = [ "The NLnet Labs RPKI team <rpki-team@nlnetlabs.nl>" ]
Expand Down
Loading

0 comments on commit 9379d22

Please sign in to comment.