Closed sak96 closed 3 years ago
Any particular reason why I don't get this error?
More info #191 rustc: 2021-05-09 or 1.52.1 Feel free to reject it if that is not suppose to be supported.
@grtcdr
can be reproduced using:
docker run -it -v $(pwd):/mnt -w /mnt rust:1.52.1 cargo build
also did not know that you are from MARS :+1:
Feel free to reject it if that is not suppose to be supported.
Well, most of us run the latest and greatest Rust compiler. Are you unable to upgrade?
also did not know that you are from MARS
:alien:
I was able to update in one of the machines. other one uses ubuntu repositories which has older version of rustc. but there i could manually update the registry code. in worst case i can install directly from my git repo.
I think this should be fine for merging, what do you think @grtcdr ?
Although I don't plan on supporting older versions of rustc, I'll go ahead and merge it.
Fixes: #191