profiles: accept unstable aardvark-dns

this solves a compiling issue with Rust 1.80 (because of the 'time'
dependency).

```
error[E0282]: type annotations needed for `Box<_>`
```

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2024-07-31 09:57:05 +02:00
parent 5b236ed286
commit 3f33f6b417
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -110,3 +110,7 @@ sys-apps/zram-generator ~amd64 ~arm64
# Accept unstable host Rust compilers. # Accept unstable host Rust compilers.
=virtual/rust-1.80.0 ~amd64 ~arm64 =virtual/rust-1.80.0 ~amd64 ~arm64
# Accept unstable aardvark-dns to fix 'time'
# dependency compilation issue with Rust 1.80
=app-containers/aardvark-dns-1.11.0 ~amd64 ~arm64