mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-15 22:47:52 +00:00
Change the version to 0.1.1
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -273,7 +273,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
||||
|
||||
[[package]]
|
||||
name = "v2parser"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"http",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "v2parser"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
@@ -4,7 +4,7 @@ pub mod config_models;
|
||||
pub mod utils;
|
||||
|
||||
#[derive(Parser)]
|
||||
#[command(author ,version = "0.1.0", about = "V2ray URI parser", long_about = None)]
|
||||
#[command(author ,version = "0.1.1", about = "V2ray URI parser", long_about = None)]
|
||||
struct Cli {
|
||||
uri: String,
|
||||
#[arg(short, long, value_name = "socksport")]
|
||||
|
||||
Reference in New Issue
Block a user