diff --git a/Cargo.toml b/Cargo.toml index 9522b75..9ad055e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snmp-parser" -version = "0.9.0" +version = "0.10.0" description = "Parser for the SNMP protocol" license = "MIT/Apache-2.0" keywords = ["SNMP","protocol","parser","nom"] diff --git a/README.md b/README.md index 339300f..627c1bd 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ and is part of the [Rusticata](https://github.com/rusticata) project. ## Changes +### 0.10.0 + +- Update asn1-rs to 0.6 + ### 0.9.0 - Convert to asn1-rs