Parcourir la source

Fix building rust with nightly (#15906)

Also fix up a warning.
Erik Johnston il y a 10 mois
Parent
commit
6774f265b4
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  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.