Răsfoiți Sursa

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 ani în urmă
părinte
comite
18362d0a2d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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