diff --git a/imgurs-cli/Cargo.toml b/imgurs-cli/Cargo.toml index 7facc89..ba7952f 100644 --- a/imgurs-cli/Cargo.toml +++ b/imgurs-cli/Cargo.toml @@ -40,7 +40,7 @@ chrono = "0.4" # parse upload date notify-rust = "4.5" # send notification after upload dirs = "4.0" # get system configuration directory -imgurs = { path = "..", features = ["full"] } +imgurs = { path = "..", version = "0.11.0", features = ["full"] } [target.'cfg(not(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten")))))'.dependencies] arboard = "3.2" # copy url to clipboard