فهرست منبع

Cargo.toml: upgrade to version 0.0.2

Quentin Monnet 8 سال پیش
والد
کامیت
d599060334
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      Cargo.toml
  2. 2 2
      README.md

+ 1 - 1
Cargo.toml

@@ -2,7 +2,7 @@
 
 # Project metadata
 name = "rbpf"
-version = "0.0.1"
+version = "0.0.2"
 authors = ["Quentin Monnet <quentin.monnet@6wind.com>"]
 
 # Additional metadata for packaging

+ 2 - 2
README.md

@@ -40,7 +40,7 @@ file:
 
 ```toml
 [dependencies]
-rbpf = "0.0.1"
+rbpf = "0.0.2"
 ```
 
 You can also use the development version from this GitHub repository. This
@@ -321,7 +321,7 @@ to your `Cargo.toml` file.
 
 ```toml
 [dependencies]
-rbpf = "0.0.1"
+rbpf = "0.0.2"
 byteorder = "0.5.3"
 elf = "0.0.10"
 ```