Skip to content

Commit

Permalink
bump: version v1.4.0 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed Jul 10, 2024
1 parent 51b8a33 commit 7dee672
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "funzzy"
version = "1.3.0-nightly"
version = "1.4.0"
authors = ["Cristian Oliveira <me@cristianoliveira.com>"]
description = "Yet another fancy watcher inspired by entr."
license = "MIT"
Expand Down
2 changes: 2 additions & 0 deletions nix/development-environment.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
rustfmt
libiconv

gnused # for macos

# For development install latest version of funzzy
# copkgs.funzzyNightly

Expand Down
2 changes: 1 addition & 1 deletion nix/package-from-source.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
# allowBuiltinFetchGit = true;
# };

cargoHash = "sha256-WS37qg7B17o1tHH8siJlPH5CEgFwrxBski0iXIX8g4o=";
cargoHash = "sha256-MhyXW89u+oUiHww/c1N0FxJ0iiqU2dvzQd2qwdECRSs=";

buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreServices
Expand Down

0 comments on commit 7dee672

Please sign in to comment.