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

This commit is contained in:
figsoda 2024-09-16 11:27:16 -04:00
parent 6c8ddbbbf9
commit 53521fdf80
3 changed files with 9 additions and 3 deletions

View File

@ -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
View File

@ -623,7 +623,7 @@ dependencies = [
[[package]]
name = "nix-melt"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"clap",
"clap_complete",

View File

@ -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"