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
This is not only possible but reduces many possible problems, this is possible but requires modifying the toml, so it would be nice to implement these changes to the migration command, by the toml charge, it can be like this and manage certain changes based on features
# changes on Cargo.toml
[[bin]]
name = "collection_name"path = "collections/collection_name.rs"
[[bin]]
name = "other_collection_name"path = "collections/other_collection_name.rs"
Currently the file structure looks like this
The new proposal is intended to look like this
This is not only possible but reduces many possible problems, this is possible but requires modifying the toml, so it would be nice to implement these changes to the migration command, by the toml charge, it can be like this and manage certain changes based on features
The macro structure and code are not affected, but the build commands are probably affected by obliterating the
--bin collection_name
argumentsImportant
All changes should PR to the runtime branch
The text was updated successfully, but these errors were encountered: