Skip to content

Commit

Permalink
Merge pull request #145 from a-kenji/update-lock
Browse files Browse the repository at this point in the history
update: lockfiles
  • Loading branch information
a-kenji authored Feb 14, 2024
2 parents 02719d9 + 10d1c22 commit e168b53
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "tui-term - a pseudoterminal widget for ratatui";

inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";

inputs.rust-overlay = {
url = "github:oxalica/rust-overlay";
Expand Down Expand Up @@ -132,7 +132,7 @@
pkgs.cargo-modules
pkgs.cargo-outdated
pkgs.cargo-tarpaulin
pkgs.cargo-unused-features
# pkgs.cargo-unused-features
(pkgs.symlinkJoin {
name = "cargo-udeps-wrapped";
paths = [pkgs.cargo-udeps];
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is updated by the `akenji@update-rust-toolchain` GitHub action
[toolchain]
channel = "1.75.0"
channel = "1.76.0"
components = []
targets = []
profile = "minimal"

0 comments on commit e168b53

Please sign in to comment.