Skip to content

Commit

Permalink
🔖 Change binary name to forest
Browse files Browse the repository at this point in the history
  • Loading branch information
kentookura committed Dec 4, 2023
1 parent ef05e77 commit 42c4a91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forest-server"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
description = "A development server for ocaml-forester"
license = "MIT"
Expand Down Expand Up @@ -28,5 +28,5 @@ watchexec-events = "2.0.1"
watchexec-signals = "2.0.0"

[[bin]]
name = "forest-server"
name = "forest"

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{
packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "forest-server";
version = "0.1.0";
version = "0.2.0";
src = ./.;
cargoLock = { lockFile = ./Cargo.lock; };
nativeBuildInputs = with pkgs;[ pkg-config ];
Expand Down

0 comments on commit 42c4a91

Please sign in to comment.