diff --git a/Cargo.lock b/Cargo.lock index 6a46f001..8b727349 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,7 +518,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] name = "melody_cli" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/crates/melody_cli/Cargo.toml b/crates/melody_cli/Cargo.toml index 3f608af3..9a26a988 100644 --- a/crates/melody_cli/Cargo.toml +++ b/crates/melody_cli/Cargo.toml @@ -4,7 +4,7 @@ description = "A CLI wrapping the Melody language compiler" homepage = "https://github.com/yoav-lavi/melody" repository = "https://github.com/yoav-lavi/melody" readme = "README.md" -version = "0.14.0" +version = "0.14.1" edition = "2021" rust-version = "1.58.0" license = "MIT"