Skip to content

Commit

Permalink
Bump to v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinleroy committed Mar 28, 2024
1 parent 46eb324 commit 83cf201
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/argus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "argus-lib"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
authors = ["Gavin Gray <[email protected]>"]
repository = "https://github.com/cognitive-engineering-lab/argus"
Expand Down
4 changes: 2 additions & 2 deletions crates/argus_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "argus-cli"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
authors = ["Gavin Gray <[email protected]>"]
repository = "https://github.com/cognitive-engineering-lab/argus"
Expand All @@ -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"] }

Expand Down
2 changes: 1 addition & 1 deletion ide/packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 83cf201

Please sign in to comment.