Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump (0.3.0) #112

Merged
merged 2 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Project metadata
name = "rbpf"
version = "0.2.0"
authors = ["Quentin <quentin@isovalent.com>"]
version = "0.3.0"
authors = ["Quentin Monnet <qmo@qmon.net>"]

# Additional metadata for packaging
description = "Virtual machine and JIT compiler for eBPF programs"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -388,7 +388,7 @@ to your `Cargo.toml` file.

```toml
[dependencies]
rbpf = "0.2.0"
rbpf = "0.3.0"
elf = "0.0.10"
```

Expand Down Expand Up @@ -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
Expand Down
Loading