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]
|
[package]
|
||||||
name = "ewwbar"
|
name = "ewwbar"
|
||||||
version = "0.1.0"
|
version = "0.1.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgs.rustPlatform.buildRustPackage {
|
pkgs.rustPlatform.buildRustPackage {
|
||||||
pname = "ewwbar";
|
pname = "ewwbar";
|
||||||
version = "1.0.0";
|
version = "0.1.2";
|
||||||
|
|
||||||
src = builtins.path { path = ./.; name = "ewwbar"; };
|
src = builtins.path { path = ./.; name = "ewwbar"; };
|
||||||
|
|
||||||
|
@ -30,6 +30,6 @@ pkgs.rustPlatform.buildRustPackage {
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
mainProgram = "ewwbar";
|
mainProgram = "ewwbar";
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue