diff --git a/Cargo.toml b/Cargo.toml index cb4aa20..c0fa63c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "img2irc-rs" -version = "1.0.5" +version = "1.0.6" authors = ["waveplate"] github = "https://github.com/waveplate/img2irc" repository = "https://github.com/waveplate/img2irc" @@ -25,7 +25,7 @@ path = "src/main.rs" [dependencies] tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } reqwest = "0.11.14" -photon-rs = "0.3.2" +photon-rs = { version = "0.3.2", default-features = false, git = "https://github.com/silvia-odwyer/photon", rev = "3b72d357848cd76be9363e87ad0cd02a19b988d2" } clap = { version = "4.2.0", features = ["cargo", "derive"] } url = "2.3.1"