You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug cargo building in some use cases, for example with the conjunction of the near-sdk-rs crate, of this crate causes rust error E0034 caused by a dependency.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Versions
near-sdk: 4.0
blsttc: 8.0.0(this crate has since updated to version 8.0.0, but this still remains an issue).
Happens on linux and windows.
Additional context
Seems to be a known bug that affects older versions of the bitvec crate. I think since both crates import different versions somewhere down the line the issue is exposed when compiling.
This can be fixed by updating the version of the blstrs crate in the direct dependencies list and would be greatly appreciated :)
The text was updated successfully, but these errors were encountered:
Can confirm if I set blsttc = { git = "https://github.com/maidsafe/blsttc", branch = "drusu/bump-blstrs-0.6.1" } in our cargo toml file this resolves the issue. Thanks a bunch!
Describe the bug
cargo building
in some use cases, for example with the conjunction of thenear-sdk-rs
crate, of this crate causes rust error E0034 caused by a dependency.To Reproduce
The code:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Versions
near-sdk: 4.0
blsttc: 8.0.0(this crate has since updated to version 8.0.0, but this still remains an issue).
Happens on linux and windows.
Additional context
Seems to be a known bug that affects older versions of the
bitvec
crate. I think since both crates import different versions somewhere down the line the issue is exposed when compiling.This can be fixed by updating the version of the
blstrs
crate in the direct dependencies list and would be greatly appreciated :)The text was updated successfully, but these errors were encountered: