add msrv policy

This commit is contained in:
nora 2022-04-06 19:44:05 +02:00
parent c52472a874
commit 299e1613ff

View file

@ -91,3 +91,6 @@ fn main() {
// `ptr` is a dangling pointer now!
}
```
# MSRV-Policy
`stuff`s current MSRV is `1.31.1`, and this version will not get raised unless absolutely necessary.