abonander / multipart

A backend-agnostic extension for file uploads in HTTP libraries for Rust
MIT License
190 stars 93 forks source link

Bump minimum rust version to 1.26 #111

Closed erickt closed 5 years ago

erickt commented 6 years ago

The dependency buf_redux depends on the crate slice-deque, which uses some features that stablized in rust 1.26.

abonander commented 6 years ago

invalid toolchain name: '1.26'

Try 1.26.2

abonander commented 6 years ago

@erickt the error is that 1.26 is an ambiguous toolchain name. Try 1.26.2 in Travis.

abonander commented 5 years ago

@erickt it's been a bit, do you still want to contribute the changes here and in #110? Otherwise I'll just go ahead and do them myself.

abonander commented 5 years ago

Did this myself.