diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ authors = ["Max Audron <audron@cocaine.farm>"] edition = "2018" [dependencies] -macros = { path = "./macros" } +macros = { package = "catinator_macros", version = "0.1", path = "./macros" } irc = { version = "0.15", features = ["json", "tls-rust", "ctcp"], default_features = false } irc-proto = "0.15" @@ -25,7 +25,7 @@ tracing-subscriber = "0.2" tracing-futures = "0.2" regex = "1" -sedregex = { git = "https://gitlab.com/audron/sedregex" } +sedregex = { version = "0.2", git = "https://gitlab.com/audron/sedregex" } rand = "0.8.3" |
