From 83cf201dc44db459863694bf604e3588bc5a4087 Mon Sep 17 00:00:00 2001 From: gavinleroy Date: Thu, 28 Mar 2024 16:21:01 -0600 Subject: [PATCH] Bump to v0.1.6 --- Cargo.lock | 4 ++-- crates/argus/Cargo.toml | 2 +- crates/argus_cli/Cargo.toml | 4 ++-- ide/packages/extension/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5624b82..0aa2789 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,7 +25,7 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "argus-cli" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "argus-lib", @@ -41,7 +41,7 @@ dependencies = [ [[package]] name = "argus-lib" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "argus-lib", diff --git a/crates/argus/Cargo.toml b/crates/argus/Cargo.toml index 5a2b199..5887a1f 100644 --- a/crates/argus/Cargo.toml +++ b/crates/argus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "argus-lib" -version = "0.1.5" +version = "0.1.6" 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 9892223..7bbc7c6 100644 --- a/crates/argus_cli/Cargo.toml +++ b/crates/argus_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "argus-cli" -version = "0.1.5" +version = "0.1.6" 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.5", path = "../argus" } +argus-lib = { version = "0.1.6", 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 1b49652..5e31385 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.5", + "version": "0.1.6", "engines": { "vscode": "^1.79.0" },