diff --git a/Cargo.toml b/Cargo.toml index de4e3b6..cd0dfd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,3 +8,6 @@ axum = { version = "0.6", features = ["multipart", "macros"] } tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] } tower-http = { version = "0.4.1", features = ["limit"] } magick_rust = "0.19.0" + +[toolchain] +channel = "nightly"