Browse Source

Fix building rust with nightly (#15906)

Also fix up a warning.
Erik Johnston 9 months ago
parent
commit
6774f265b4
2 changed files with 2 additions and 0 deletions
  1. 1 0
      Cargo.toml
  2. 1 0
      changelog.d/15906.misc

+ 1 - 0
Cargo.toml

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

+ 1 - 0
changelog.d/15906.misc

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