<virtual/rust-1.65.0 Could you please test it with 1.65.0 and change dep if it works? thanks!
On that note, haven't tried but was it ever broken with 1.65? Asking given the upper bound was set before 1.65 was released back on Oct 14. I know it used to be broken with >=1.63, but shouldn't assume it's going to break with every new versions by preemptively setting limits.
It’s been broken several times on my memory. Last time upper bound was raised to avoid masking. I’m in favor removing ver restriction if it’s ok from maintenance point of view. Otherwise I will be pestering every rust cleanup). 1.64.0 removal is not urgent though, we can wait. But situation might be different with security cleanup like last time.
The boundary is/was set with what upstream considers working/supported. For 2.53.14, upstream mentioned added compatibility for rust-1.63 in the release notes. For upcoming release 2.53.15, this has been tested with rust-1.65 (according to the Beta release notes). I'm currently running a test buils of 2.53.14 against rust-1.65, if that works I see no objection to raise the boundary, or remove the version restrictions.
Did a test compile and didn't encounter any issues with using rust-1.65 during the build. Do you want me to do a PR? or do you change the ebuild yourself, directly?
sorry for delay, I'll do a simple revbump and commit myself.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c17a434ed10cb43cd8b2fefbbfbe5da8d59503 commit a9c17a434ed10cb43cd8b2fefbbfbe5da8d59503 Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2022-12-20 06:39:09 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2022-12-20 07:08:01 +0000 www-client/seamonkey: remove rust upper bound requirement Closes: https://bugs.gentoo.org/884513 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> .../{seamonkey-2.53.14-r1.ebuild => seamonkey-2.53.14-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f909bab225a255e56ff286156b58ca66014cfa commit 37f909bab225a255e56ff286156b58ca66014cfa Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2022-12-20 06:41:56 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2022-12-20 07:08:02 +0000 dev-lang/rust: drop 1.64.0-r1 Bug: https://bugs.gentoo.org/884513 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> dev-lang/rust/Manifest | 34 - ....0-ignore-broken-and-non-applicable-tests.patch | 76 --- dev-lang/rust/rust-1.64.0-r1.ebuild | 759 --------------------- 3 files changed, 869 deletions(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7180722f6fb70ef07fe4d922fa52d1b80916244f commit 7180722f6fb70ef07fe4d922fa52d1b80916244f Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2022-12-20 06:40:54 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2022-12-20 07:08:02 +0000 dev-lang/rust-bin: drop 1.64.0-r1 Bug: https://bugs.gentoo.org/884513 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> dev-lang/rust-bin/Manifest | 34 ----- dev-lang/rust-bin/rust-bin-1.64.0-r1.ebuild | 229 ---------------------------- 2 files changed, 263 deletions(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab7769e03b52eacccfcee12afca9b62662453ff commit aab7769e03b52eacccfcee12afca9b62662453ff Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2022-12-20 06:40:34 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2022-12-20 07:08:01 +0000 virtual/rust: drop 1.64.0-r1 Bug: https://bugs.gentoo.org/884513 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> virtual/rust/rust-1.64.0-r1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-)