Currently, we are just showing env!("CARGO_PKG_VERSION").to_string().
But for debugging purpose, it may be helpful if this can be like 0.45 (VP: 0.10) with env.VP_VERSION.
I'm concerned about the format for that entry. I assume it's a free-text string field, but please let me know if there are any specific constraints? (That's why I've assigned this to you. 🙏🏻)
Currently, we are just showing
env!("CARGO_PKG_VERSION").to_string().But for debugging purpose, it may be helpful if this can be like
0.45 (VP: 0.10)withenv.VP_VERSION.I'm concerned about the format for that entry. I assume it's a free-text string field, but please let me know if there are any specific constraints? (That's why I've assigned this to you. 🙏🏻)