Skip to content
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

feat: add versioning information with short and long version details #277

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

lean-apple
Copy link

Closes #260.

Adds versioning information to the mev binary version output, with short and long format outputs.

  • cargo run --bin mev --V outputs :
mev v0.3.0 (f6e511ee)
  • cargo run --bin mev -- --version outputs :
Version:     0.3.0
Commit:      f6e511eec7342f59a25f7c0534f1dbea00d01b14
Built:       2024-10-25T07:09:31.028025000Z
Target:      aarch64-apple-darwin
Rustc:       1.82.0
Features:    boost,build,default,mev_boost_rs,mev_build_rs,mev_relay_rs,relay,reth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add version, commit, feature info to binary version output
1 participant