瀏覽代碼

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