diff --git a/Cargo.lock b/Cargo.lock index f0c12ffb..8d866d53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,7 +518,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] name = "melody_cli" -version = "0.14.2" +version = "0.14.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/crates/melody_cli/Cargo.toml b/crates/melody_cli/Cargo.toml index 80d4d44a..5403f26d 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.2" +version = "0.14.3" edition = "2021" rust-version = "1.58.0" license = "MIT"