Update version to 0.2.0

This commit is contained in:
Kiana Sheibani 2023-10-14 00:45:07 -04:00
parent 21e0c62480
commit e51f4e2962
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View file

@ -1010,7 +1010,7 @@ dependencies = [
[[package]]
name = "schema"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"cynic",
"cynic-codegen",
@ -1143,7 +1143,7 @@ dependencies = [
[[package]]
name = "startrnr"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"clap",
"cynic",

View file

@ -2,7 +2,7 @@
[package]
name = "startrnr"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
[[bin]]

View file

@ -28,7 +28,7 @@
commonArgs = {
pname = "startrnr";
version = "0.1.0";
version = "0.2.0";
src = craneLib.path ./.;
buildInputs = [ pkgs.openssl pkgs.sqlite ];
nativeBuildInputs = [ pkgs.pkg-config ];

View file

@ -1,6 +1,6 @@
[package]
name = "schema"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -28,7 +28,7 @@ pub fn issue(msg: &str, code: i32) -> ! {
#[derive(Parser)]
#[command(name = "StartRNR")]
#[command(author = "Kiana Sheibani <kiana.a.sheibani@gmail.com>")]
#[command(version = "0.1.0")]
#[command(version = "0.2.0")]
#[command(about = "StartRNR - Elo rating calculator for start.gg tournaments", long_about = None)]
struct Cli {
#[command(subcommand)]