Prepare for v0.2.0

This commit is contained in:
Bnyro
2023-06-30 17:13:08 +02:00
parent 1e4ccacfe8
commit 02a296dcdf
7 changed files with 17 additions and 64 deletions

View File

@@ -12,7 +12,7 @@
packages = rec {
lemoa = pkgs.rustPlatform.buildRustPackage {
pname = "lemoa";
version = "0.1.0";
version = "0.2.0";
src = ./.;
buildInputs = with pkgs; [
openssl