Explorar o código

Cargo.toml,README.md: Bump version to 0.2.0

It's been a long time since v0.1.0, and even though we have a bunch of
things to address and implement, it's probably going to take some more
time before anything concrete happens.

Let's release v0.2.0, to at least fix audit reports for projects
depending on rbpf (see commit 196e5375896c ("deps: update time crate
version.") -- we were not affected but would trigger CVE scanners).

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Quentin Monnet %!s(int64=2) %!d(string=hai) anos
pai
achega
f6baf9cacd
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      Cargo.toml
  2. 2 2
      README.md

+ 1 - 1
Cargo.toml

@@ -2,7 +2,7 @@
 
 # Project metadata
 name = "rbpf"
-version = "0.1.0"
+version = "0.2.0"
 authors = ["Quentin <quentin@isovalent.com>"]
 
 # Additional metadata for packaging

+ 2 - 2
README.md

@@ -51,7 +51,7 @@ file:
 
 ```toml
 [dependencies]
-rbpf = "0.1.0"
+rbpf = "0.2.0"
 ```
 
 You can also use the development version from this GitHub repository. This
@@ -377,7 +377,7 @@ to your `Cargo.toml` file.
 
 ```toml
 [dependencies]
-rbpf = "0.1.0"
+rbpf = "0.2.0"
 elf = "0.0.10"
 ```