Closed cryptoni9n closed 1 week ago
For whatever it's worth: works fine for me on Ubuntu with rustc v1.82. Got current/recent rust toolkit?
$ rustc --version
rustc 1.82.0 (f6e511eec 2024-10-15)
Perhaps an undocumented dependency update?
I had the same issue with rustc 1.77.2, upgrading to rustc 1.82.0 fixes this.
rustup upgrade
cargo clean
cargo build --release
For whatever it's worth: works fine for me on Ubuntu with rustc v1.82. Got current/recent rust toolkit?
$ rustc --version rustc 1.82.0 (f6e511eec 2024-10-15)
thanks @so7ow - you are correct. I was on 1.77.0 and was only able to build successfully after upgrading to 1.82.0.
@raphjaph I think Cargo.toml needs to have the rust-version
updated. I can make the PR if that is all there is to it?
Thanks good catch! https://github.com/ordinals/ord/issues/4073
README.md mentions the wrong version, too
receiving these errors when trying to
cargo build --release
from git branch 0.21.3: