Skip to content

Commit

Permalink
Merge pull request #81 from NLnetLabs/release-0.7.0
Browse files Browse the repository at this point in the history
Prepare for release 0.7.0.
  • Loading branch information
partim authored Oct 10, 2019
2 parents 08ddf5d + 0ea8e49 commit f9e93de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpki"
version = "0.6.1-pre"
version = "0.7.0"
edition = "2018"
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
description = "A library for validating and creating RPKI data."
Expand All @@ -13,7 +13,7 @@ license = "BSD-3-Clause"

[dependencies]
base64 = "^0.10.1"
bcder = "^0.4.1-pre"
bcder = "^0.4"
bytes = "^0.4.12"
chrono = { version = "^0.4.7", features = [ "serde" ] }
derive_more = "^0.15.0"
Expand All @@ -35,5 +35,3 @@ default = []
softkeys = [ "openssl", "slab" ]
extra-debug = [ "bcder/extra-debug" ]

[patch.crates-io]
bcder = { git="https://github.com/NLnetLabs/bcder.git" }
4 changes: 1 addition & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

# Unreleased next version
# 0.7.0

Breaking

Expand All @@ -26,8 +26,6 @@ Other Changes
* Optional versions are not included in encoded ROAs and manifests
anymore. This fixes some interoperability issues. [(#78)]

Dependencies

[(#77)]: https://github.com/NLnetLabs/rpki-rs/pull/77
[(#78)]: https://github.com/NLnetLabs/rpki-rs/pull/78
[(#79)]: https://github.com/NLnetLabs/rpki-rs/pull/79
Expand Down

0 comments on commit f9e93de

Please sign in to comment.