mirror of
https://github.com/nix-community/nix-melt.git
synced 2024-11-22 10:44:57 +03:00
bump
Some checks failed
ci / build (macos-latest, x86_64-apple-darwin) (push) Has been cancelled
ci / build (ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
ci / build (ubuntu-latest, x86_64-unknown-linux-musl) (push) Has been cancelled
ci / build (windows-latest, x86_64-pc-windows-gnu) (push) Has been cancelled
ci / build (windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
ci / clippy-rustfmt (push) Has been cancelled
Some checks failed
ci / build (macos-latest, x86_64-apple-darwin) (push) Has been cancelled
ci / build (ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
ci / build (ubuntu-latest, x86_64-unknown-linux-musl) (push) Has been cancelled
ci / build (windows-latest, x86_64-pc-windows-gnu) (push) Has been cancelled
ci / build (windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
ci / clippy-rustfmt (push) Has been cancelled
This commit is contained in:
parent
6c8ddbbbf9
commit
53521fdf80
@ -1,8 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## v0.1.3
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix build with Rust 1.80
|
||||
|
||||
## v0.1.2
|
||||
|
||||
### Fxies
|
||||
### Fixes
|
||||
|
||||
- Make `lastModified` optional ([#1](https://github.com/nix-community/nix-melt/issues/2))
|
||||
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -623,7 +623,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "nix-melt"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"clap_complete",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nix-melt"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
authors = ["figsoda <figsoda@pm.me>"]
|
||||
edition = "2021"
|
||||
description = "A ranger-like flake.lock viewer"
|
||||
|
Loading…
Reference in New Issue
Block a user