File tree Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 30
30
- target : aarch64-apple-darwin
31
31
os : macos-latest
32
32
- target : x86_64-apple-darwin
33
- os : macos-latest
33
+ os : macos-13
34
34
# Windows
35
35
- target : x86_64-pc-windows-msvc
36
36
os : windows-latest
Original file line number Diff line number Diff line change 10
10
config :
11
11
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, gha_alias: 'Linux x64 - ' }
12
12
- { os: ubuntu-latest, target: aarch64-unknown-linux-gnu, gha_alias: 'Linux aarch64 - ' }
13
- - { os: macos-latest , target: x86_64-apple-darwin, gha_alias: 'macOS x64 - ' }
13
+ - { os: macos-13 , target: x86_64-apple-darwin, gha_alias: 'macOS x64 - ' }
14
14
- { os: macos-latest, target: aarch64-apple-darwin, gha_alias: 'macOS aarch64 - ' }
15
15
- { os: windows-latest, target: x86_64-pc-windows-msvc, gha_alias: 'Windows x64 - ' }
16
16
cargo_cmd :
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