File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ default-members = [
9
9
resolver = " 2"
10
10
11
11
[workspace .package ]
12
- version = " 0.3.1 "
12
+ version = " 0.3.2 "
13
13
14
14
[profile .release ]
15
15
lto = true
Original file line number Diff line number Diff line change 1
1
{
2
2
"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
+ },
3
31
"0.3.1" : {
4
32
"cli" : {
5
33
"windows" : {
You can’t perform that action at this time.
0 commit comments