prost
prost copied to clipboard
Remove which dependency
Rather than trying to predict if the OS will be able to find the binary before executing it we can just execute the binary and let the OS tell us if it found it or not. This is IMO more correct and lets us remove a dependency that required a rust version far above the projects MSRV.
I will need to think about this change, in the meantime I think bumping the msrv is okay.
feedback should be all addressed now