1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

Update Changelog and Cargo.toml.

This commit is contained in:
Martin Hoffmann
2018-12-12 15:42:39 +01:00
parent 63be909a6f
commit ddd0025953
2 changed files with 7 additions and 10 deletions

View File

@ -12,24 +12,21 @@ readme = "README.md"
[dependencies]
bytes = "^0.4"
chrono = "^0.4"
clap = "2.0"
clap = "2.0"
daemonize = "^0.3"
dirs = "1.0"
dirs = "1.0"
failure = "^0.1"
fern = "^0.5"
futures = "^0.1"
futures-cpupool = "^0.1"
json = "^0.11"
lazy_static = "1.1"
log = "^0.4"
num_cpus = "1.0"
rpki = "^0.2.0"
num_cpus = "1.0"
rpki = "^0.2"
slab = "^0.4"
syslog = "4.0"
tempfile = "3.0"
syslog = "4.0"
tempfile = "3.0"
tokio = "^0.1"
tokio-process = "^0.2"
toml = "^0.4"
[patch.crates-io]
rpki = { git = "https://github.com/NLnetLabs/rpki-rs.git" }

View File

@ -1,6 +1,6 @@
# Change Log
## Next Version
## 0.2.0 Instant Gezellig
Breaking Changes