Skip to content

Commit ca443a5

Browse files
committed
0.3.4
1 parent bb70392 commit ca443a5

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ default-members = [
99
resolver = "2"
1010

1111
[workspace.package]
12-
version = "0.3.3"
12+
version = "0.3.4"
1313

1414
[profile.release]
1515
lto = true
@@ -26,4 +26,4 @@ serde-sarif = "0.4"
2626
serde_yaml = "0.9.21"
2727
sha2 = "0.10.7"
2828
tracing = "0.1.40"
29-
uuid = { version = "1.6.1", features = ["v4"] }
29+
uuid = { version = "1.6.1", features = ["v4"] }

versions.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
{
22
"0": {
3+
"0.3.4": {
4+
"cli": {
5+
"windows": {
6+
"x86_64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.3.4/datadog-static-analyzer-x86_64-pc-windows-msvc.zip"
7+
},
8+
"linux": {
9+
"x86_64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.3.4/datadog-static-analyzer-x86_64-unknown-linux-gnu.zip",
10+
"aarch64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.3.4/datadog-static-analyzer-aarch64-unknown-linux-gnu.zip"
11+
},
12+
"macos": {
13+
"x86_64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.3.4/datadog-static-analyzer-x86_64-apple-darwin.zip",
14+
"aarch64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.3.4/datadog-static-analyzer-aarch64-apple-darwin.zip"
15+
}
16+
},
17+
"server": {
18+
"windows": {
19+
"x86_64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.3.4/datadog-static-analyzer-server-x86_64-pc-windows-msvc.zip"
20+
},
21+
"linux": {
22+
"x86_64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.3.4/datadog-static-analyzer-server-x86_64-unknown-linux-gnu.zip",
23+
"aarch64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.3.4/datadog-static-analyzer-server-aarch64-unknown-linux-gnu.zip"
24+
},
25+
"macos": {
26+
"x86_64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.3.4/datadog-static-analyzer-server-x86_64-apple-darwin.zip",
27+
"aarch64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.3.4/datadog-static-analyzer-server-aarch64-apple-darwin.zip"
28+
}
29+
}
30+
},
331
"0.3.3": {
432
"cli": {
533
"windows": {

0 commit comments

Comments
 (0)