Skip to content

Commit

Permalink
Cargo.toml: upgrade to version 0.1.0
Browse files Browse the repository at this point in the history
Bump version number to release a new crate version.

We're not-so-stable yet, especially with all the changes we had other
the last days, so it seems early to change the major version. On the
other hand, we got many changes since the previous version of the crate:
assembler, disassembler, Rust API to build programs; custom verifiers;
error handling; many fixes, etc. So we'll bump the second digit and tag
version 0.1.0.
  • Loading branch information
qmonnet committed Oct 24, 2018
1 parent 602e737 commit 6d3fb1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Project metadata
name = "rbpf"
version = "0.0.3"
version = "0.1.0"
authors = ["Quentin Monnet <[email protected]>"]

# Additional metadata for packaging
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ file:

```toml
[dependencies]
rbpf = "0.0.2"
rbpf = "0.1.0"
```

You can also use the development version from this GitHub repository. This
Expand Down Expand Up @@ -360,7 +360,7 @@ to your `Cargo.toml` file.

```toml
[dependencies]
rbpf = "0.0.2"
rbpf = "0.1.0"
elf = "0.0.10"
```

Expand Down

0 comments on commit 6d3fb1d

Please sign in to comment.