Skip to content

Commit d377314

Browse files
committed
Fix log flood from tbot update parser
Closes: #454
1 parent 4b1dfb0 commit d377314

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "tbot"]
2+
path = tbot
3+
url = https://gitlab.com/iovxw/tbot

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ atomicwrites = "0.4"
4646

4747
[dependencies.tbot]
4848
version = "0.6"
49-
git = "https://gitlab.com/SnejUgal/tbot.git"
49+
path = "tbot"
5050
default-features = false
5151
features = ["proxy"]
5252

tbot

Submodule tbot added at e31a31b

0 commit comments

Comments
 (0)