-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails on both v0 and v1 #35
Comments
Same problem |
This look like a in-compatibility with rust version |
The v1 client is building for me now, we recently updated dependencies on v1 to solana v1.18.7 which uses rust 1.75 and have added a rust-toolchain file so it compiles with that. In v0 we didn't have a pinned version so you could try using this version https://github.com/tinydancer-io/diet-rpc-validator/blob/master/rust-toolchain.toml cc: @harsh4786 |
@ricardojmendez @TehnobitSystems I just published a new release v0.0.2. I can confirm that this builds with the pinned rust version. |
@anoushk1234 v0.0.2 does build, with only a few warnings about unhandled results. |
Yea that's fine, v0 is not meant to be used in production, it's more of a prototype. V1 is still under dev. |
when i run |
Hi,
I'm trying to install TInyDancer through
cargo install
. It all goes well until it reachesspl-token-2022
, where the build fails:(Eliding other errors)
I've tried this with both master and v1. I also tried building in a clean container based off
rust:latest
, to make sure the environment was clean.Is this a known issue or is there something I'm missing?
The text was updated successfully, but these errors were encountered: