|
@@ -52,7 +52,7 @@ file:
|
|
|
|
|
|
```toml
|
|
```toml
|
|
[dependencies]
|
|
[dependencies]
|
|
-rbpf = "0.2.0"
|
|
|
|
|
|
+rbpf = "0.3.0"
|
|
```
|
|
```
|
|
|
|
|
|
You can also use the development version from this GitHub repository. This
|
|
You can also use the development version from this GitHub repository. This
|
|
@@ -388,7 +388,7 @@ to your `Cargo.toml` file.
|
|
|
|
|
|
```toml
|
|
```toml
|
|
[dependencies]
|
|
[dependencies]
|
|
-rbpf = "0.2.0"
|
|
|
|
|
|
+rbpf = "0.3.0"
|
|
elf = "0.0.10"
|
|
elf = "0.0.10"
|
|
```
|
|
```
|
|
|
|
|
|
@@ -577,7 +577,7 @@ enabled-by-default features.
|
|
|
|
|
|
```toml
|
|
```toml
|
|
[dependencies]
|
|
[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
|
|
Note that when using this crate in `no_std` environments, the `jit` module
|