Skip to content

Commit 498440a

Browse files
author
Tim Bruijnzeels
committed
Prepare 0.4.1 release using rpki-rs 0.8.2.
1 parent 17d38ca commit 498440a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: Cargo.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "krill"
3-
version = "0.4.1-pre"
3+
version = "0.4.1"
44
authors = [ "The NLnet Labs RPKI team <[email protected]>" ]
55
description = "Resource Public Key Infrastructure (RPKI) daemon"
66
license = "MPL-2.0"
@@ -26,7 +26,7 @@ openssl = { version = "^0.10", features = ["v110"] }
2626
pretty = "0.5.2"
2727
rand = "^0.5"
2828
reqwest = "^0.9.17"
29-
rpki = "0.8.2-pre"
29+
rpki = "0.8.2"
3030
serde = { version = "^1.0", features = ["derive"] }
3131
serde_json = "^1.0"
3232
syslog = "^4.0"
@@ -46,5 +46,6 @@ ignore = "^0.4"
4646
default = []
4747
extra-debug = [ "rpki/extra-debug" ]
4848

49-
[patch.crates-io]
50-
rpki = { git = "https://github.com/NLnetLabs/rpki-rs.git", branch = "resource-set-fix" }
49+
# Used when depending on development branches of rpki-rs or bcder
50+
#[patch.crates-io]
51+
#rpki = { git = "https://github.com/NLnetLabs/rpki-rs.git", branch = "resource-set-fix" }

0 commit comments

Comments
 (0)