Update version to 0.2.0
This commit is contained in:
parent
21e0c62480
commit
e51f4e2962
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "startrnr"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -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 ];
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue