git: 996abf79222c - main - games/veloren: Update patch to match upstream
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Mar 2022 09:52:11 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=996abf79222c8f0ee3b39ee98ecea9c5f86679ec commit 996abf79222c8f0ee3b39ee98ecea9c5f86679ec Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2022-03-14 17:46:43 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2022-03-15 09:49:10 +0000 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. --- games/veloren/files/patch-rust-1.59 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)