FuelLabs / fuels-rs

Fuel Network Rust SDK
https://fuellabs.github.io/fuels-rs
Apache License 2.0
44.04k stars 1.34k forks source link

chore: add change log script to the workspace #1505

Closed segfault-magnet closed 2 months ago

segfault-magnet commented 2 months ago

Summary

The crate references the workspace but it is not part of it. In order to run it via cargo run --bin (and to silence the cargo warnings) we need to make it part of the workspace like the other scripts.

Checklist