Update 'Cargo.toml'
Bump version of irc-stream.
This commit is contained in:
parent
b80c1adc33
commit
9772749076
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
irc-proto = "0.15"
|
irc-proto = "0.15"
|
||||||
irc_stream = { path = "irc-stream", version = "0.1" }
|
irc_stream = { path = "irc-stream", version = "0.2" }
|
||||||
lettre = "0.9"
|
lettre = "0.9"
|
||||||
lettre_email = "0.9"
|
lettre_email = "0.9"
|
||||||
native-tls = "0.2"
|
native-tls = "0.2"
|
||||||
|
|
Loading…
Reference in a new issue