diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2022-03-14 18:46:43 +0100 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2022-03-15 10:49:10 +0100 |
commit | 996abf79222c8f0ee3b39ee98ecea9c5f86679ec (patch) | |
tree | 5810c99be0c4c41a4f5567c770b45b2d36c7d6bd | |
parent | net/haproxy-devel: update to version 2.6-dev3 (diff) |
games/veloren: Update patch to match upstream
Do not bump portrevision as it's only a comestic issue and the portrevision will
be bumped with the rust 1.59.0 update.
-rw-r--r-- | games/veloren/files/patch-rust-1.59 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/veloren/files/patch-rust-1.59 b/games/veloren/files/patch-rust-1.59 index f43a8d6e8cac..5c48749b82ac 100644 --- a/games/veloren/files/patch-rust-1.59 +++ b/games/veloren/files/patch-rust-1.59 @@ -7,7 +7,7 @@ https://gitlab.com/veloren/veloren/-/issues/1493 } }, - unknown => unreachable!(unknown), -+ unknown => unreachable!("unknown"), ++ unknown => unreachable!("{}", unknown), }; let mut number = Text::new(&value) |