|
|
|
|
|
by scripturial
361 days ago
|
|
Yes, in rust, the package manager has built in rules about when to update a package. It won’t auto update a major version change because it implies a change that breaks something. As long as your package is safe to auto update you don’t want to change the major version number. |
|