- Aug 08, 2023
-
-
- Aug 06, 2023
-
- Aug 05, 2023
-
-
David Runge authored
This uses the nightly feature "minimal-versions": https://doc.rust-lang.org/cargo/reference/unstable.html#minimal-versions
-
David Runge authored
-
- Jul 13, 2023
-
-
Xiretza . authored
-
Xiretza . authored
There are no constraints on the value of a CompressedSize, so just make the field public - that way, not everything has to be marshalled through methods.
-
Xiretza . authored
In the happy path, this does not actually consume the String.
-
Xiretza . authored
-
Xiretza . authored
This ensures that the library cannot directly use unsafe Rust, which is checked by the likes of cargo-geiger.
-
Xiretza . authored
-
Xiretza . authored
-
Xiretza . authored
The PartialEq implementation on Pkgver delegates to Ord, so we can just use that.
-
Xiretza . authored
-
Xiretza . authored
-
- Jul 11, 2023
-
-
Do not open merge requests for patch level updates of dependencies, since we are mostly interested in integrating against major and (sometimes) minor version updates of dependencies in a lib crate.
-
- Jul 10, 2023
-
-
David Runge authored
-
David Runge authored
-
David Runge authored
-
- Jul 08, 2023
-
-
David Runge authored
-
David Runge authored
Relicense the file under the terms of the GFDL-1.3-or-later, as CC-BY-SA-4.0 is not compatible with LGPL-3.0-or-later (specifically -or-later). This is done, as the library directly includes this file for documentation purposes.
-
David Runge authored
-
David Runge authored
-
David Runge authored
-
- Jul 07, 2023
-
-
David Runge authored
-
David Runge authored
-
- Jun 11, 2023
-
-
David Runge authored
As this crate is a library, we do not want to store any artifacts.
-
David Runge authored
While a script as pre-commit hook is convenient it is not flexible enough to account for several CI stages. Split all checks into separate jobs and add them to the check stage. Split cargo deny call into job and add to test stage (run after build). Add all check jobs to publish job as requirement.
-
David Runge authored
As each job extends from the .prepare job, we can just use a default before_script instead.
-
David Runge authored
-
David Runge authored
-
David Runge authored
-
David Runge authored
Breaking long lines manually is tedious and error-prone in the case of links. Modern text editors can wrap long lines of prose just fine.
-
- Jun 10, 2023
-
-
David Runge authored
-
David Runge authored
-
David Runge authored
-
David Runge authored
-
David Runge authored
-
David Runge authored
-