Skip to content

Commit

Permalink
Update toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Oct 25, 2024
1 parent 517efab commit b75c677
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 81 deletions.
4 changes: 1 addition & 3 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
fi
source $HOME/.config/direnv/envrc
use flake
141 changes: 64 additions & 77 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bitflags = "^2.6"
instant = { version = "0.1", features = ["wasm-bindgen"], optional = true }

crossterm = { version = "^0.28", optional = true }
ratatui = { version = "^0.28", features = ["all-widgets"], optional = true }
ratatui = { version = "^0.29", features = ["all-widgets"], optional = true }

[features]
default = [
Expand Down

0 comments on commit b75c677

Please sign in to comment.