mrcjkb / rustaceanvim

Supercharge your Rust experience in Neovim! A heavily modified fork of rust-tools.nvim
GNU General Public License v2.0
1.3k stars 47 forks source link

chore: update flake.lock #369

Closed mrcjkb closed 3 months ago

mrcjkb commented 3 months ago

Automated changes by the update-flake-lock GitHub Action.

Flake lock file updates:

• Updated input 'neorocks':
    'github:nvim-neorocks/neorocks/bdc7c0843c8fc9f3d28e088acf4c524430962d03' (2024-04-19)
  → 'github:nvim-neorocks/neorocks/f72e57d2ebc0cd21d208ecc245a2c6dcd4c8c2b3' (2024-04-20)
• Updated input 'neorocks/neovim-nightly':
    'github:neovim/neovim/13ebfafc958c6feb4d908eed913c6dc3c6f05b4e?dir=contrib' (2024-04-18)
  → 'github:neovim/neovim/4d52b0cf670502caf81b70f2f1e6f8c548b78f58?dir=contrib' (2024-04-20)
• Updated input 'neorocks/nixpkgs':
    'github:nixos/nixpkgs/2e359fb3162c85095409071d131e08252d91a14f' (2024-04-17)
  → 'github:nixos/nixpkgs/d764f230634fa4f86dc8d01c6af9619c7cc5d225' (2024-04-18)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/d764f230634fa4f86dc8d01c6af9619c7cc5d225' (2024-04-18)
  → 'github:nixos/nixpkgs/fd16bb6d3bcca96039b11aa52038fafeb6e4f4be' (2024-04-20)

Running GitHub Actions on this PR

GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.

To run GitHub Actions workflows on this PR, run:

git branch -D update_flake_lock_action
git fetch origin
git checkout update_flake_lock_action
git commit --amend --no-edit
git push origin update_flake_lock_action --force