From 1f02b6dcb11705c2d67e97a5b35bbc1a77850f31 Mon Sep 17 00:00:00 2001 From: gavinleroy Date: Tue, 19 Mar 2024 10:22:29 -0700 Subject: [PATCH] Bump to v0.1.4 --- crates/argus/Cargo.toml | 2 +- crates/argus_cli/Cargo.toml | 4 ++-- ide/packages/extension/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/argus/Cargo.toml b/crates/argus/Cargo.toml index f679154..5c53fdd 100644 --- a/crates/argus/Cargo.toml +++ b/crates/argus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "argus-lib" -version = "0.1.3" +version = "0.1.4" edition = "2021" authors = ["Gavin Gray "] repository = "https://github.com/cognitive-engineering-lab/argus" diff --git a/crates/argus_cli/Cargo.toml b/crates/argus_cli/Cargo.toml index eac5487..84450b5 100644 --- a/crates/argus_cli/Cargo.toml +++ b/crates/argus_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "argus-cli" -version = "0.1.3" +version = "0.1.4" edition = "2021" authors = ["Gavin Gray "] repository = "https://github.com/cognitive-engineering-lab/argus" @@ -10,7 +10,7 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -argus-lib = { version = "0.1.3", path = "../argus" } +argus-lib = { version = "0.1.4", path = "../argus" } rustc_plugin = "=0.9.0-nightly-2024-01-24" rustc_utils = { version = "=0.9.0-nightly-2024-01-24", features = ["serde"] } diff --git a/ide/packages/extension/package.json b/ide/packages/extension/package.json index be298ae..0a0ae95 100644 --- a/ide/packages/extension/package.json +++ b/ide/packages/extension/package.json @@ -5,7 +5,7 @@ "description": "A trait debugger for Rust", "license": "MIT", "icon": "argus-logo-128.png", - "version": "0.1.3", + "version": "0.1.4", "engines": { "vscode": "^1.79.0" },