Fix building rust with nightly (#15906)

Also fix up a warning.
This commit is contained in:
Erik Johnston
2023-07-10 16:24:04 +01:00
committed by GitHub
parent 6e731e86bf
commit 6774f265b4
2 changed files with 2 additions and 0 deletions

View File

@@ -3,3 +3,4 @@
[workspace]
members = ["rust"]
resolver = "2"

1
changelog.d/15906.misc Normal file
View File

@@ -0,0 +1 @@
Fix building rust with nightly rust compiler.