1
0
mirror of https://github.com/o2sh/onefetch synced 2024-06-30 22:54:20 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
o2sh
0654eb957f
cargo clippy pedantic 2023-05-28 21:37:31 +02:00
Ossama Hjaji
8609f921ab
refacto: add info builder pattern (#1047)
* info builder pattern

* fix test

* reorganize methods

* fix bench
2023-05-11 19:11:52 +02:00
Ossama Hjaji
240fae7357
add help sections (#995)
* add help sections

* fix tests

* remove useless params

* fix

* fix
2023-04-02 00:41:33 +02:00
Sebastian Thiel
ce76a6dc64
upgrade gix to 0.36.1 to avoid breakage. (#965)
A recent release of `bstr` exposed incorrect usage of `as_ref()` causing
compilation errors.
Using v0.36.1 fixes the issue.
2023-02-20 18:05:40 +01:00
Sebastian Thiel
7ec5240a4e
upgrade git-repository 0.30 to gix 0.36 (#963)
This upgrade is mainly to benefit from the new names of all `git-*`
crates which now share the `gix-` prefix, with `gix` naturally being
what was formerly `git-repository`.

Now there is no need anymore to rename crates in order to get the `git`
namespace, instead we refer to `gitoxide` as `gix` from the get-go.
2023-02-19 20:21:46 +01:00
Ossama Hjaji
5ea5e25ee1
add benchmark (#912) 2023-01-01 10:45:59 +01:00