diff options
| author | Lorenz Leitner <lrnz.ltnr@gmail.com> | 2021-10-11 18:25:43 +0200 |
|---|---|---|
| committer | Lorenz Leitner <lrnz.ltnr@gmail.com> | 2021-10-12 12:06:57 +0200 |
| commit | c08f0edcb8da6a78a8e9edcf3eaa14e633bf0e91 (patch) | |
| tree | 6f066189130baf04b67dd28124258d9a90b79ef5 /src/main.rs | |
| parent | Remove passthrough method (diff) | |
Rename wa, change anyhow version, make reqwest dependency more specific
Due to MR comments
Are you happy now audron?
Diffstat (limited to '')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index f337613..fd2d3b2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -55,7 +55,7 @@ async fn main() { async command( "wa", "Returns Wolfram Alpha results for a query", - catinator::hooks::wa::wa + catinator::hooks::wolfram_alpha::wa ), ]; } |
