commit: f49ce1046b758e7721f07b04743b094ff22792bb Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Aug 21 15:54:37 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Aug 21 15:54:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49ce104
net-im/fractal: Update RUST_MIN_VER Closes: https://bugs.gentoo.org/961856 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-im/fractal/fractal-12.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net-im/fractal/fractal-12.ebuild b/net-im/fractal/fractal-12.ebuild index ef48368c683b..f472140bf0cd 100644 --- a/net-im/fractal/fractal-12.ebuild +++ b/net-im/fractal/fractal-12.ebuild @@ -3,8 +3,7 @@ EAPI=8 -CRATES=" -" +RUST_MIN_VER="1.88.0" declare -A GIT_CRATES=( [matrix-sdk-base]='https://github.com/matrix-org/matrix-rust-sdk;872713c4bc024ac9246dfa72f834584ebe92a3d7;matrix-rust-sdk-%commit%/crates/matrix-sdk-base' @@ -26,8 +25,6 @@ declare -A GIT_CRATES=( [ruma]='https://github.com/ruma/ruma;e73f302e4df7f5f0511fca1aa43853d4cf8416c8;ruma-%commit%/crates/ruma' ) -RUST_MIN_VER="1.82.0" - inherit cargo gnome2-utils meson MY_P=${P/_/.}
