Skip to content

Commit

Permalink
define a MSRV policy
Browse files Browse the repository at this point in the history
Like done in netavark,
containers/netavark#1098.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
  • Loading branch information
Luap99 committed Oct 15, 2024
1 parent 01784e1 commit b57674c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ SUBCOMMANDS:
run Runs the aardvark dns server with the specified configuration directory
```

### MSRV (Minimum Supported Rust Version)

v1.76

We test that Netavark can be build on this Rust version and on some newer versions.
All newer versions should also build, and if they do not, the issue should be
reported and will be fixed. Older versions are not guaranteed to build and issues
will not be fixed.

### Build

```console
Expand Down

0 comments on commit b57674c

Please sign in to comment.