Skip to content

Commit 31b8d55

Browse files
committed
Bump 0.5.0
1 parent 1df5b3c commit 31b8d55

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mrt_parser"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Jakub Onderka <[email protected]>"]
55
license = "BSD-2-Clause"
66
keywords = ["ipnetwork", "mrt", "bgp", "rfc6396"]
@@ -15,7 +15,7 @@ Multi-Threaded Routing Toolkit (MRT) Routing Information Export Format parser (R
1515
edition = "2018"
1616

1717
[badges]
18-
travis-ci = { repository = "JakubOnderka/mrt_parser" }
18+
maintenance = { status = "passively-maintained" }
1919

2020
[dependencies]
2121
ip_network = "0.4.0"

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@ Inspired by parser from [pyasn](https://github.com/hadiasghari/pyasn).
77

88
Currently, only `PEER_INDEX_TABLE`, `RIB_IPV4_UNICAST` and `RIB_IPV6_UNICAST` subtypes from `TABLE_DUMP_V2` type and `TABLE_DUMP` type are supported.
99

10-
[![Build Status](https://travis-ci.org/JakubOnderka/mrt_parser.svg?branch=master)](https://travis-ci.org/JakubOnderka/mrt_parser)
10+
[![Documentation](https://docs.rs/mrt_parser/badge.svg)](https://docs.rs/mrt_parser)
11+
[![Build Status](https://travis-ci.com/JakubOnderka/mrt_parser.svg?branch=master)](https://travis-ci.com/JakubOnderka/mrt_parser)
1112
[![Crates.io](https://img.shields.io/crates/v/mrt_parser.svg)](https://crates.io/crates/mrt_parser)
1213

13-
- [Documentation](https://docs.rs/mrt_parser)
14-
1514
## Usage
1615

1716
Add this to your `Cargo.toml`:
1817

1918
```toml
2019
[dependencies]
21-
mrt_parser = "0.4"
20+
mrt_parser = "0.5"
2221
```
2322

2423
and this to your crate root:

0 commit comments

Comments
 (0)