Skip to content

Commit

Permalink
add version
Browse files Browse the repository at this point in the history
  • Loading branch information
w273732573 committed Dec 14, 2023
1 parent fc139c1 commit c14c231
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wmproxy"
version = "0.2.0"
version = "0.2.2"
edition = "2021"
authors = [ "tickbh <[email protected]>" ]
description = " http https proxy by rust"
Expand Down Expand Up @@ -59,10 +59,10 @@ async-std = "1.12.0"

base64 = "0.21.4"

# webparse = { version = "0.2.0"}
# wenmeng={version="0.2.0"}
[dependencies.webparse]
path = "../webparse"
webparse = { version = "0.2.2"}
wenmeng={version="0.2.2"}
# [dependencies.webparse]
# path = "../webparse"

[dependencies.wenmeng]
path = "../wenmeng"
# [dependencies.wenmeng]
# path = "../wenmeng"

0 comments on commit c14c231

Please sign in to comment.