fxbox / registration_server

The registration server to help with foxbox discovery
4 stars 4 forks source link

Problems with `cargo build` #24

Closed michielbdejong closed 8 years ago

michielbdejong commented 8 years ago

To reproduce:

docker pull schickling/rust
docker run -it schickling/rust /bin/bash
> apt-get update
> apt-get install -y git
> git clone https://github.com/fxbox/registration_server
> cd registration_server
> cargo build

It complains that it can't compile the `formdata` crate.
michielbdejong commented 8 years ago

Fixed in https://github.com/michielbdejong/registration_server/commit/6789ed80acdaabbeadd0d3fa0df7bf344e5dfff4

michielbdejong commented 8 years ago

Thanks @Yoric for hint about using nightly-2016-03-07! :)