Your rust-version Field Is a Promise. Is Your Code Still Keeping It?
Every crate with a rust-version field in its Cargo.toml is making a promise: this code compiles on this version or newer, guaranteed. The problem is that promise doesn't enforce itself.
A PR lands wit
devencyclopedia.hashnode.dev2 min read