Cargo.toml: upgrade to version 0.1.0
@@ -2,7 +2,7 @@
# Project metadata
name = "rbpf"
-version = "0.0.3"
+version = "0.1.0"
authors = ["Quentin Monnet <quentin.monnet@netronome.com>"]
# Additional metadata for packaging
@@ -47,7 +47,7 @@ file:
```toml
[dependencies]
-rbpf = "0.0.2"
+rbpf = "0.1.0"
```
You can also use the development version from this GitHub repository. This
@@ -361,7 +361,7 @@ to your `Cargo.toml` file.
elf = "0.0.10"