diff options
author | Erik Johnston <erik@matrix.org> | 2023-07-10 16:24:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-10 16:24:04 +0100 |
commit | 6774f265b4761302cab84405a181d437e69b89c0 (patch) | |
tree | 45fe7b3f4cfd5a0359926f19a44fc5726659300c /Cargo.toml | |
parent | Placeholder changelog (diff) | |
download | synapse-6774f265b4761302cab84405a181d437e69b89c0.tar.xz |
Fix building rust with nightly (#15906)
Also fix up a warning.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index de141bdee9..c636b3acda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,3 +3,4 @@ [workspace] members = ["rust"] +resolver = "2" |