Your message dated Wed, 17 Dec 2025 15:25:52 +0000
with message-id <[email protected]>
and subject line Re: Bug#1122276: FTBFS: d/control and Cargo.toml are not in 
sync
has caused the Debian Bug report #1122277,
regarding rust-derive-deftly autopkgtest failure with toml 0.9
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1122277: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1122277
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rust-derive-deftly
Severity: serious
Tags: patch

The upgrade of rust-toml to 0.9 is causing an autopkgtest failure in
rust-derive-deftly.

https://ci.debian.net/packages/r/rust-derive-deftly/testing/amd64/66941340/

> 77s error: failed to select a version for the requirement `toml = ">=0.5.0, 
<0.9"`
> 77s candidate versions found which didn't match: 0.9.8

The crate only seems to use toml for testing, and the tests past fine
after relaxing the dependency, so that seems to be the way to go.
diff -Nru rust-derive-deftly-1.0.1/debian/changelog 
rust-derive-deftly-1.0.1/debian/changelog
--- rust-derive-deftly-1.0.1/debian/changelog   2025-03-20 00:33:42.000000000 
+0000
+++ rust-derive-deftly-1.0.1/debian/changelog   2025-12-09 16:44:28.000000000 
+0000
@@ -1,3 +1,10 @@
+rust-derive-deftly (1.0.1-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Allow toml 0.10 in tests.
+
+ -- Peter Michael Green <[email protected]>  Tue, 09 Dec 2025 16:44:28 +0000
+
 rust-derive-deftly (1.0.1-3) unstable; urgency=medium
 
   * Change to Architecture: any as per
diff -Nru rust-derive-deftly-1.0.1/tests/Cargo.toml 
rust-derive-deftly-1.0.1/tests/Cargo.toml
--- rust-derive-deftly-1.0.1/tests/Cargo.toml   2025-03-20 00:33:42.000000000 
+0000
+++ rust-derive-deftly-1.0.1/tests/Cargo.toml   2025-12-09 16:44:02.000000000 
+0000
@@ -40,7 +40,7 @@
 glob = "0.3"
 paste = "1"
 static_assertions = "1"
-toml = ">=0.5.0, <0.9"
+toml = ">=0.5.0, <0.10"
 
 # Really, this should be regex 1.8 but only if feature "recent" is enabled.
 # Some of our tests in directly.rs and sub-modules require regex 1.8.

--- End Message ---
--- Begin Message ---
Version: 1.6.0-1

This FTBFS due to updated TOML was fixed in 1.6.0-1 but I got the
changelog syntax slightly wrong.

Closing the bug now.  If you think this was a mistake, please LMK.

Ian.

-- 
Ian Jackson <[email protected]>   These opinions are my own.  

Pronouns: they/he.  If I emailed you from @fyvzl.net or @evade.org.uk,
that is a private address which bypasses my fierce spamfilter.

--- End Message ---

Reply via email to