Skip to content

Commit ca518eb

Browse files
committedSep 28, 2022
chore: bump version number
1 parent 84b947d commit ca518eb

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed
 

‎Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎shuttle/Cargo.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "noisy-shuttle"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -14,7 +14,6 @@ clap = "3.2"
1414
tracing = "0.1"
1515
tracing-subscriber = { version = "0.3", features = [ "env-filter" ] }
1616
lru = "0.7"
17-
snowy-tunnel = { path = "../tunnel" }
1817
deadqueue = { version = "0.2", features = ["resizable"] }
1918
ja3-rustls = { version = "0.0", git = "https://github.com/gowee/ja3-rustls.git" }
2019
async-trait = "0.1.57"
@@ -23,3 +22,6 @@ num-traits = "0.2"
2322
num-derive = "0.3"
2423
socks5-protocol = { version = "0.3", features = ["sync"] }
2524
httparse = "1.8"
25+
26+
snowy-tunnel = { path = "../tunnel" }
27+

0 commit comments

Comments
 (0)
Please sign in to comment.