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:
15
Cargo.toml
15
Cargo.toml
@ -12,24 +12,21 @@ readme = "README.md"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "^0.4"
|
bytes = "^0.4"
|
||||||
chrono = "^0.4"
|
chrono = "^0.4"
|
||||||
clap = "2.0"
|
clap = "2.0"
|
||||||
daemonize = "^0.3"
|
daemonize = "^0.3"
|
||||||
dirs = "1.0"
|
dirs = "1.0"
|
||||||
failure = "^0.1"
|
failure = "^0.1"
|
||||||
fern = "^0.5"
|
fern = "^0.5"
|
||||||
futures = "^0.1"
|
futures = "^0.1"
|
||||||
futures-cpupool = "^0.1"
|
futures-cpupool = "^0.1"
|
||||||
json = "^0.11"
|
json = "^0.11"
|
||||||
lazy_static = "1.1"
|
|
||||||
log = "^0.4"
|
log = "^0.4"
|
||||||
num_cpus = "1.0"
|
num_cpus = "1.0"
|
||||||
rpki = "^0.2.0"
|
rpki = "^0.2"
|
||||||
slab = "^0.4"
|
slab = "^0.4"
|
||||||
syslog = "4.0"
|
syslog = "4.0"
|
||||||
tempfile = "3.0"
|
tempfile = "3.0"
|
||||||
tokio = "^0.1"
|
tokio = "^0.1"
|
||||||
tokio-process = "^0.2"
|
tokio-process = "^0.2"
|
||||||
toml = "^0.4"
|
toml = "^0.4"
|
||||||
|
|
||||||
[patch.crates-io]
|
|
||||||
rpki = { git = "https://github.com/NLnetLabs/rpki-rs.git" }
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
## Next Version
|
## 0.2.0 ‘Instant Gezellig’
|
||||||
|
|
||||||
Breaking Changes
|
Breaking Changes
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user