Commits
- Commit:
df27e71de38138f2aa77ab21fcffbe76ee8e2982- From:
- Thomas Böhler <witcher@wiredspace.de>
- Date:
chore: bump version to v0.4.5
Signed-off-by: Thomas Böhler <witcher@wiredspace.de>
- Commit:
5051f59d3dfda2dd10cfd7ece1619967e63ce91e- From:
- Thomas Böhler <witcher@wiredspace.de>
- Date:
ci: Fetch dependencies prior to building
Signed-off-by: Thomas Böhler <witcher@wiredspace.de>
- Commit:
37b7dc6f9852c4c2aa4a4465a31fc32b50bd91f3- From:
- Thomas Böhler <witcher@wiredspace.de>
- Date:
fix: Update getrandom dependency to 0.2.10
The `open64` function on musl is not available anymore as `off_t` has always
been 64-bit for musl.
This enables building for newer musl versions again.
More information:
https://github.com/rust-random/getrandom/pull/326
https://git.musl-libc.org/cgit/musl/commit/?id=246f1c811448f37a44b41cd8df8d0ef9736d95f4
Signed-off-by: Thomas Böhler <witcher@wiredspace.de>
- Commit:
722a7110d51abb87cec18ae8cb8226e76dc3c57e- From:
- Thomas Böhler <witcher@wiredspace.de>
- Date:
fix: Avoid possible infinite loop for `Lines` obj
More information:
https://rust-lang.github.io/rust-clippy/master/index.html#/lines_filter_map_ok
Signed-off-by: Thomas Böhler <witcher@wiredspace.de>
- Commit:
fe2be0b4d253b42d69bd45886a6e5ba874ad00d1- From:
- witcher <witcher@wiredspace.de>
- Date:
chore: Bump version, add Cargo.lock
- Commit:
00ea0b8f2e95cc109888b576c2f8bca171b6bffa- From:
- witcher <witcher@wiredspace.de>
- Date:
chore: version bump
- Commit:
035d2e0f435ca2c56044a57672ce02b3df19fc40- From:
- witcher <witcher@wiredspace.de>
- Date:
chore(cog): add Cargo.lock on version bump
- Commit:
4d597b804001eee1921b134523e5211000ea666c- From:
- witcher <witcher@wiredspace.de>
- Date:
chore(cog): Add pre-commit hooks to cog
- Commit:
fac6f83825df33e7e88b106983ce5889f9d0c4e3- From:
- witcher <witcher@wiredspace.de>
- Date:
refactor: Introduce SNAFU for better errors
With SNAFU, a context as well as a message can be given. It is similar
to thiserror.
Start using this to give meaningful errors without relying on anyhow.
- Commit:
6397d1ece16453ad239561e06deebb0a352cd85a- From:
- witcher <witcher@wiredspace.de>
- Date:
style(anyhow): Make `context` calls lazy
- Commit:
4443c9574543ad11d1e2ea067f7b0a8ba20e7313- From:
- witcher <witcher@wiredspace.de>
- Date:
chore: Bump version
- Commit:
daff78d13c4be8c178eed2b34ca07cfb16ea5a70- From:
- witcher <witcher@wiredspace.de>
- Date:
fix: Show URL of failed request
Implements: https://todo.sr.ht/~witcher/rss-email/27
Implements: https://todo.sr.ht/~witcher/rss-email/26
- Commit:
c78d7af3acd6f2ab3cb7c4fb8a8ddf39a5216e4a- From:
- witcher <witcher@wiredspace.de>
- Date:
ci: build on archlinux instead
Using rust on alpine is a pain, so just build on Arch Linux instead
- Commit:
308fd22746177b9f540aab367f27f30a0a7d68e3- From:
- witcher <witcher@wiredspace.de>
- Date:
ci: add cargo
- Commit:
f2845d0c45d25f3c6c02c2c9da4fc5542fc8209b- From:
- witcher <witcher@wiredspace.de>
- Date:
ci: reorder tasks, remove release mode builds
Release mode builds are not necessary anymore as no artifacts are published.
Helps CI load.
Additionally, no docs are built either for the same reason.
- Commit:
35b8fa9dd6ad85c5a23e38f511f5af6678b5cd25- From:
- witcher <witcher@wiredspace.de>
- Date:
ci: avoid tests, don't upload artifacts
No tests presently exist for this package, so take some load off CI by
removing running tests entirely
- Commit:
db2d759afc549523695f5bcca317622398e87599- From:
- witcher <witcher@wiredspace.de>
- Date:
ci: use upstream rust package
- Commit:
95ad706fd84e7adc63e34223fa03b7d5066bee29- From:
- witcher <witcher@wiredspace.de>
- Date:
chore(cog): introduce cog
cocogitto, with its binary `cog`, helps in me not messing any bumps in releases
up anymore.
In addition, all new tags, starting with the next version, now have a `v`
prefix.
https://github.com/cocogitto/cocogitto/
- Commit:
3f4b3d0f445f4ab891a413c7544aa0c6e9b8fb3b- From:
- witcher <witcher@wiredspace.de>
- Date:
CI: yuck, misspelled LICENSE *again*
- Commit:
e4ac99f14681f35e8e5e0b4818b9e1475695a45a- From:
- witcher <witcher@wiredspace.de>
- Date:
CI: Build with stable compiler
- Commit:
484fca2a09ee896f7a44e1d154382c418aa56eaf- From:
- witcher <witcher@wiredspace.de>
- Date:
CI: Fix misspelling to add LICENSE to tarball
- Commit:
ee85b57d8b907737e39eaaeafc729611263cf224- From:
- witcher <witcher@wiredspace.de>
- Date:
Add more clippy lints and make clippy happy :)
- Commit:
db9db34540318a2a30adac65e9f5eda9bcbb8f26- From:
- witcher <witcher@wiredspace.de>
- Date:
Build CI in release mode for publishing artifacts
- Commit:
71face450cbe5420c2aeb24477b706d95f75be2f- From:
- witcher <witcher@wiredspace.de>
- Date:
Bump version to 0.4.1
The version number in Cargo.toml was not updated from 0.3.0 to 0.4.0 in
the 0.4.0 release, this is "fixed" with a new patch release bumping the
version.
- Commit:
238b9884195442e7e6475d3d8a0772823f1fc619- From:
- witcher <witcher@wiredspace.de>
- Date:
Add release artifacts to CI
