Cargo.toml,README.md: Bump version to 0.3.0
We got a bunch of new features since version 0.2.0, in particular:
- A new JIT-compiling infrastructure via Cranelift (opt-in feature)
- The ability to compile and use most of rbpf's features without the
standard library
- An API update to allow eBPF helpers to use designated memory area in
our simple verifier, so that users can hook their map implementation
- Several bug fixes
Let's update the crate so that users can benefit from these.
Signed-off-by: Quentin Monnet <qmo@qmon.net>