Skip to content

Commit e667178

Browse files
Merge branch 'main' into celia.yuen/add-is-testing
2 parents bd376e1 + 44b2257 commit e667178

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- target: aarch64-apple-darwin
3131
os: macos-latest
3232
- target: x86_64-apple-darwin
33-
os: macos-latest
33+
os: macos-13
3434
# Windows
3535
- target: x86_64-pc-windows-msvc
3636
os: windows-latest

.github/workflows/rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
config:
1111
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, gha_alias: 'Linux x64 - ' }
1212
- { 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 - ' }
1414
- { os: macos-latest, target: aarch64-apple-darwin, gha_alias: 'macOS aarch64 - ' }
1515
- { os: windows-latest, target: x86_64-pc-windows-msvc, gha_alias: 'Windows x64 - ' }
1616
cargo_cmd:

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)