-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Use dynamic supported fuel-core
version in version check
#1189
Comments
xgreenx
pushed a commit
to FuelLabs/fuel-core
that referenced
this issue
Nov 7, 2023
Necessary for FuelLabs/fuels-rs#1189. This allows `fuels-rs` to make compatibility checks against the version of `fuel-core` it was compiled with.
6 tasks
Br1ght0ne
added a commit
that referenced
this issue
May 22, 2024
Close #1189. ~~Waiting on a new `fuel-core` release incorporating FuelLabs/fuel-core#1473 ### Checklist - [x] I have linked to any relevant issues. - [ ] I have updated the documentation. - [ ] I have added tests that prove my fix is effective or that my feature works. - [x] I have added necessary labels. - [x] I have done my best to ensure that my PR adheres to [the Fuel Labs Code Review Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md). - [x] I have requested a review from the relevant team or maintainers. --------- Co-authored-by: Ahmed Sagdati <37515857+segfault-magnet@users.noreply.github.com>
crypto523
pushed a commit
to crypto523/fuel-core
that referenced
this issue
Oct 7, 2024
Necessary for FuelLabs/fuels-rs#1189. This allows `fuels-rs` to make compatibility checks against the version of `fuel-core` it was compiled with.
ak-tech007
added a commit
to ak-tech007/Rust-SDK
that referenced
this issue
Dec 6, 2024
Close FuelLabs/fuels-rs#1189. ~~Waiting on a new `fuel-core` release incorporating FuelLabs/fuel-core#1473 ### Checklist - [x] I have linked to any relevant issues. - [ ] I have updated the documentation. - [ ] I have added tests that prove my fix is effective or that my feature works. - [x] I have added necessary labels. - [x] I have done my best to ensure that my PR adheres to [the Fuel Labs Code Review Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md). - [x] I have requested a review from the relevant team or maintainers. --------- Co-authored-by: Ahmed Sagdati <37515857+segfault-magnet@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#1166 should be extended by using actual
fuel-core
version fromCargo.toml
.The text was updated successfully, but these errors were encountered: