File tree 4 files changed +5
-4
lines changed
examples/log-source-app/log-source-common
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -498,6 +498,7 @@ server cluster OperationalCredentials = 62 {
498
498
}
499
499
500
500
endpoint 0 {
501
+ device type anonymousEndpointType = 0, version 1;
501
502
binding cluster DiagnosticLogs;
502
503
503
504
server cluster AccessControl {
Original file line number Diff line number Diff line change 8
8
" mac-amd64" ,
9
9
" windows-amd64"
10
10
],
11
- "tags" : [" version:2@v2023.07.21 -nightly.1" ]
11
+ "tags" : [" version:2@v2023.08.01 -nightly.1" ]
12
12
},
13
13
{
14
14
"_comment" : " Always get the amd64 version on mac until usable arm64 zap build is available" ,
15
15
"path" : " fuchsia/third_party/zap/mac-amd64" ,
16
16
"platforms" : [" mac-arm64" ],
17
- "tags" : [" version:2@v2023.07.21 -nightly.1" ]
17
+ "tags" : [" version:2@v2023.08.01 -nightly.1" ]
18
18
}
19
19
]
20
20
}
Original file line number Diff line number Diff line change 1
- v2023.07.21 -nightly
1
+ v2023.08.01 -nightly
Original file line number Diff line number Diff line change 23
23
# Use scripts/tools/zap/version_update.py to manage ZAP versioning as many
24
24
# files may need updating for versions
25
25
#
26
- MIN_ZAP_VERSION = '2023.7.20 '
26
+ MIN_ZAP_VERSION = '2023.8.1 '
27
27
28
28
29
29
class ZapTool :
You can’t perform that action at this time.
0 commit comments