@@ -2,7 +2,7 @@
# Project metadata
name = "rbpf"
-version = "0.0.1"
+version = "0.0.2"
authors = ["Quentin Monnet <quentin.monnet@6wind.com>"]
# Additional metadata for packaging
@@ -40,7 +40,7 @@ file:
```toml
[dependencies]
-rbpf = "0.0.1"
+rbpf = "0.0.2"
```
You can also use the development version from this GitHub repository. This
@@ -321,7 +321,7 @@ to your `Cargo.toml` file.
byteorder = "0.5.3"
elf = "0.0.10"