mcandre / toys

code demos for newbies
https://github.com/mcandre/toys
30 stars 6 forks source link

cargo: change caret to equals #505

Closed mcandre closed 4 months ago

mcandre commented 4 months ago

caret is the default, loosey goosey implicit breaking updates behavior of cargo, which is dumb and poorly documented.

Let's ensure that all our top level, pre-1.0 dependencies use an equals (=) prefix, in order to prevent minor series updates from randomly breaking things.