Skip to content

Commit 00a0df0

Browse files
committed
Release version 0.3.0
1 parent 361e245 commit 00a0df0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mrt_parser"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Jakub Onderka <[email protected]>"]
55
license = "BSD-2-Clause"
66
keywords = ["ipnetwork", "mrt", "bgp", "rfc6396"]

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add this to your `Cargo.toml`:
1818

1919
```toml
2020
[dependencies]
21-
mrt_parser = "0.2"
21+
mrt_parser = "0.3"
2222
```
2323

2424
and this to your crate root:
@@ -27,5 +27,6 @@ and this to your crate root:
2727
extern crate mrt_parser;
2828
```
2929

30-
Minimal required version of Rust compiler is 1.26 (because of `ip_network` crate).
30+
Minimal required version of Rust compiler is 1.31 (because of 2018 edition). For older Rust versions, you can use
31+
`mrt_parser` version 0.2.
3132

0 commit comments

Comments
 (0)