Skip to content

Commit a20fafa

Browse files
committed
chore(Cargo.toml): Release 1.6.0
1 parent 4c38433 commit a20fafa

File tree

8 files changed

+20
-13
lines changed

8 files changed

+20
-13
lines changed

Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "lorri"
33
# lorri uses a MAJOR.MINOR versioning scheme, see MAINTAINERS.md for details.
44
# Cargo requires MAJOR.MINOR.PATCH. So we translate lorri's versioning scheme
55
# to MAJOR.MINOR.0, i.e. the PATCH part is always zero.
6-
version = "1.5.0" # Format: MAJOR.MINOR.0
6+
version = "1.6.0" # Format: MAJOR.MINOR.0
77
authors = [
88
"Graham Christensen <[email protected]>",
99
"Profpatsch <[email protected]>",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ for any problems or bugs you encounter.
180180

181181
* We have monthly [Office Hours](https://calendar.google.com/calendar/ical/s9gbabv28b8mbnb1kfegbplf1c%40group.calendar.google.com/public/basic.ics) on [Google Meet](https://meet.google.com/phf-bfdq-ypp)
182182
* We are on IRC/Matrix, `libera/#lorri` ([Webchat][]), though we might not be responsive at all times.
183-
183+
184184
[Webchat]: https://matrix.to/#/#lorri:libera.chat
185185

186186
### Why is lorri not on [crates.io][]?

nix/nixpkgs-22_05.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"nixpkgs-channel": "nixos-22.05",
3-
"date": "Fri Jul 15 12:24:13 AM UTC 2022",
4-
"url": "https://github.com/nixos/nixpkgs/archive/365e1b3a859281cf11b94f87231adeabbdd878a2.tar.gz",
5-
"sha256": "07s0mp3z2ibk4zj8hw2pcac46dzi8rzgc8ih6p6lxl3fkw4bdvqv"
3+
"date": "Mi 21. Sep 08:18:52 UTC 2022",
4+
"url": "https://github.com/nixos/nixpkgs/archive/e64df9c5c8ffa0c9a82006e410ad630e32e6063d.tar.gz",
5+
"sha256": "0h4anifa95ggz6g6ggbwcvmjaksgy31798gmyz3vfhsr0i0vndlf"
66
}

nix/nixpkgs-stable.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"nixpkgs-channel": "nixos-22.05",
3-
"date": "Fri Jul 15 12:23:41 AM UTC 2022",
4-
"url": "https://github.com/nixos/nixpkgs/archive/365e1b3a859281cf11b94f87231adeabbdd878a2.tar.gz",
5-
"sha256": "07s0mp3z2ibk4zj8hw2pcac46dzi8rzgc8ih6p6lxl3fkw4bdvqv"
3+
"date": "Mi 21. Sep 08:18:20 UTC 2022",
4+
"url": "https://github.com/nixos/nixpkgs/archive/e64df9c5c8ffa0c9a82006e410ad630e32e6063d.tar.gz",
5+
"sha256": "0h4anifa95ggz6g6ggbwcvmjaksgy31798gmyz3vfhsr0i0vndlf"
66
}

release.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
Add a fallback to direnv’s `use nix` in case lorri is not installed.
2020
'';
2121
}
22+
{
23+
version = 949;
24+
changes = ''
25+
Fix the behaviour of the `--verbose` flag’s logging output.
26+
Some messages were logged but not printed.
27+
'';
28+
}
2229
{
2330
version = 900;
2431
changes = ''

shell.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ let
4848

4949
buildInputs = [
5050
pkgs.cargo
51-
pkgs.rustPackages.clippy
52-
pkgs.rustc
53-
pkgs.rustfmt
51+
pkgs.rustup
5452
pkgs.git
5553
pkgs.direnv
5654
pkgs.crate2nix

0 commit comments

Comments
 (0)