DEV Community

Discussion on: Why are you using Rust for web development?

Collapse
 
harmic profile image
Mike Harris

By "Break" they mean stop compiling, not stop working or crash at runtime. But also note that as long as you sensibly specify your dependencies, that will not affect you until you want to upgrade that dependency. Almost everyone is correctly following semver, so breaking changes won't occur on a minor point release.