mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-15 14:47:51 +00:00
chore: bump version 0.3.1
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -279,7 +279,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
||||
|
||||
[[package]]
|
||||
name = "v2parser"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"clap",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "v2parser"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
@@ -5,7 +5,7 @@ pub mod utils;
|
||||
|
||||
fn main() {
|
||||
let matches = Command::new("v2parser")
|
||||
.version("0.3.0")
|
||||
.version("0.3.1")
|
||||
.about("Parses V2ray URI and generates JSON config for xray")
|
||||
.arg(
|
||||
Arg::new("uri")
|
||||
|
||||
Reference in New Issue
Block a user