소스 검색

Cargo.toml: upgrade to version 0.0.3

We'll try this thing that some projects do (e.g. rustc): odd version
numbers will be for dev version, even numbers for stables.

Well, we're not stable yet, so we're using the third component of
version numbers. And odd numbers will be for the dev version on GitHub,
while even version will be used for crates pushed to crates.io so that
their number only identifies a single version of the crate.
Quentin Monnet 8 년 전
부모
커밋
18362d0a2d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

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