We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
repomd.xml
Hello,
I found some float timestamp values in the repomd.xml file of RPM repository (private repository handle by Cobbler).
It can be handled by using Option<f64> instead of Option<u64>. If you are ok, I can send you a Pull Request (the update with test are already done).
Option<f64>
Option<u64>
Jonathan