switch to nightly toolchain
This commit is contained in:
parent
56b7a4d843
commit
c06a232ad4
|
@ -8,3 +8,6 @@ axum = { version = "0.6", features = ["multipart", "macros"] }
|
||||||
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
|
||||||
tower-http = { version = "0.4.1", features = ["limit"] }
|
tower-http = { version = "0.4.1", features = ["limit"] }
|
||||||
magick_rust = "0.19.0"
|
magick_rust = "0.19.0"
|
||||||
|
|
||||||
|
[toolchain]
|
||||||
|
channel = "nightly"
|
||||||
|
|
Loading…
Reference in New Issue