From b0e32b88f857b79137588fad1ef5fa16721e8a5d Mon Sep 17 00:00:00 2001 From: ganlvtech Date: Mon, 4 Oct 2021 22:12:57 +0800 Subject: [PATCH] Update cargo.toml version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e7a4fa..2cc92b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,7 +17,7 @@ checksum = "fb58b6451e8c2a812ad979ed1d83378caa5e927eef2622017a45f251457c2c9d" [[package]] name = "genshin-auto-fish" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bindings", "windows", diff --git a/Cargo.toml b/Cargo.toml index c34067d..51c2e24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "genshin-auto-fish" -version = "0.1.0" +version = "0.2.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html