Skip to content

Commit ec6a64d

Browse files
committed
update version
1 parent 161507e commit ec6a64d

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.1"
12+
version = "0.3.2"
1313

1414
[profile.release]
1515
lto = true

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.2": {
4+
"cli": {
5+
"windows": {
6+
"x86_64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.3.2/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.2/datadog-static-analyzer-x86_64-unknown-linux-gnu.zip",
10+
"aarch64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.3.2/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.2/datadog-static-analyzer-x86_64-apple-darwin.zip",
14+
"aarch64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.3.2/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.2/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.2/datadog-static-analyzer-server-x86_64-unknown-linux-gnu.zip",
23+
"aarch64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.3.2/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.2/datadog-static-analyzer-server-x86_64-apple-darwin.zip",
27+
"aarch64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.3.2/datadog-static-analyzer-server-aarch64-apple-darwin.zip"
28+
}
29+
}
30+
},
331
"0.3.1": {
432
"cli": {
533
"windows": {

0 commit comments

Comments
 (0)