소스 검색

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"
 ```