bump version to 0.1.2
This commit is contained in:
parent
e9f8b03cd7
commit
b500fa26a1
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ewwbar"
|
||||
version = "0.1.0"
|
||||
version = "0.1.2"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgs.rustPlatform.buildRustPackage {
|
||||
pname = "ewwbar";
|
||||
version = "1.0.0";
|
||||
version = "0.1.2";
|
||||
|
||||
src = builtins.path { path = ./.; name = "ewwbar"; };
|
||||
|
||||
|
@ -30,6 +30,6 @@ pkgs.rustPlatform.buildRustPackage {
|
|||
license = licenses.gpl3;
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "ewwbar";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue