-
Notifications
You must be signed in to change notification settings - Fork 15
Introduce TVC CLI #67
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
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
| @@ -1,4 +1,4 @@ | |||
| [toolchain] | |||
| channel = "1.85" | |||
| channel = "1.88" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I needed to bump this for compatibility with qos. I need to double check if this will break any pre-existing crates MSRV, but I hope not since they don't use qos
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not used, but figured I would include to show we can use these in the future
| @@ -0,0 +1,2 @@ | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
purposely included funky spacing and new lines to test the strip whitespace functionality
Interactive approve Integration tests and cleanup re-organize for symmetry
Introduce the TVC CLI, with an eye bootstrapping scaffolding that will make it easy to extend with other commands.