Skip to content

Commit

Permalink
Merge pull request #61 from NLnetLabs/release-0.5
Browse files Browse the repository at this point in the history
Prepare for release 0.5.0.
  • Loading branch information
partim authored Jul 18, 2019
2 parents 93471ef + dee0493 commit a9353a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
29 changes: 14 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
edition = "2018"
name = "rpki"
version = "0.5.0"
edition = "2018"
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
description = "A library for validating and creating RPKI data."
documentation = "https://docs.rs/rpki/"
homepage = "https://github.com/nlnetlabs/rpki-rs/"
repository = "https://github.com/NLnetLabs/rpki-rs"
keywords = ["rpki", "routing-security"]
categories = ["network-programming"]
Expand All @@ -12,27 +14,24 @@ license = "BSD-3-Clause"
[dependencies]
base64 = "^0.10.1"
bcder = "^0.3.1"
bytes = "^0.4"
chrono = { version = "^0.4", features = [ "serde" ] }
derive_more = "^0.15"
log = "^0.4"
openssl = { version = "^0.10", optional = true }
quick-xml = "^0.14"
ring = "^0.14"
serde = { version = "^1.0", features = [ "derive" ] }
slab = { version = "^0.4", optional = true }
bytes = "^0.4.12"
chrono = { version = "^0.4.7", features = [ "serde" ] }
derive_more = "^0.15.0"
log = "^0.4.7"
openssl = { version = "^0.10.23", optional = true }
quick-xml = "^0.15.0"
ring = "^0.14.6"
serde = { version = "^1.0.95", features = [ "derive" ] }
slab = { version = "^0.4.2", optional = true }
uuid = "^0.7.4"
untrusted = "^0.6"
untrusted = "^0.6.2"
unwrap = "^1.2.1"

[dev-dependencies]
serde_json = "^1.0"
serde_json = "^1.0.40"

[features]
default = []
softkeys = [ "openssl", "slab" ]
extra-debug = [ "bcder/extra-debug" ]

[patch.crates-io]
bcder = { git="https://github.com/NLnetLabs/bcder.git" }

2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

# Unreleased next version
# 0.5.0

Breaking

Expand Down

0 comments on commit a9353a7

Please sign in to comment.