diff --git a/Cargo.toml b/Cargo.toml index da1986d7..42d21172 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,8 @@ # Project metadata name = "rbpf" -version = "0.2.0" -authors = ["Quentin "] +version = "0.3.0" +authors = ["Quentin Monnet "] # Additional metadata for packaging description = "Virtual machine and JIT compiler for eBPF programs" diff --git a/README.md b/README.md index bbdac7db..893d4e5f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ file: ```toml [dependencies] -rbpf = "0.2.0" +rbpf = "0.3.0" ``` You can also use the development version from this GitHub repository. This @@ -388,7 +388,7 @@ to your `Cargo.toml` file. ```toml [dependencies] -rbpf = "0.2.0" +rbpf = "0.3.0" elf = "0.0.10" ``` @@ -577,7 +577,7 @@ enabled-by-default features. ```toml [dependencies] -rbpf = { version = "1.0", default-features = false } +rbpf = { version = "0.3.0", default-features = false } ``` Note that when using this crate in `no_std` environments, the `jit` module