Skip to content

Commit

Permalink
Merge pull request #231 from CoinFabrik/updated-versions
Browse files Browse the repository at this point in the history
Updated versions
  • Loading branch information
faculerena authored Jan 18, 2024
2 parents 3ec30f0 + 0480116 commit f1a75e1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.2.2 (2024-01-18)

- Fixed `--message-format=json` argument for VSCode extension.

## v0.2.1 (2023-09-18)

- Fixed HTML and JSON output panic.
Expand Down
2 changes: 1 addition & 1 deletion apps/cargo-scout-audit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tempfile = "3.8"
regex = { version = "1.5", features = ["unicode"] }
serde_json = "1.0"

scout-audit-internal = { version = "=0.2.1", path = "../../scout-audit-internal", features = ["detector"] }
scout-audit-internal = { version = "=0.2.2", path = "../../scout-audit-internal", features = ["detector"] }

[dev-dependencies]
colored = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion scout-audit-clippy-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scout-audit-clippy-utils"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "MIT"
repository = "https://github.com/rust-lang/rust-clippy"
Expand Down
4 changes: 2 additions & 2 deletions scout-audit-internal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scout-audit-internal"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = [
"Agustin Aon <[email protected]>",
Expand Down Expand Up @@ -29,4 +29,4 @@ lint_helper = [
[dependencies]
strum = { version = "0.25", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
scout-audit-clippy-utils = { version = "=0.2.1", path = "../scout-audit-clippy-utils", optional = true }
scout-audit-clippy-utils = { version = "=0.2.2", path = "../scout-audit-clippy-utils", optional = true }

0 comments on commit f1a75e1

Please sign in to comment.