@@ -47,113 +47,140 @@ jobs:
47
47
tauri-plugin-autostart:
48
48
- .github/workflows/test-rust.yml
49
49
- Cargo.toml
50
+ - Cargo.lock
50
51
- plugins/autostart/**
51
52
tauri-plugin-cli:
52
53
- .github/workflows/test-rust.yml
53
54
- Cargo.toml
55
+ - Cargo.lock
54
56
- plugins/cli/**
55
57
tauri-plugin-clipboard-manager:
56
58
- .github/workflows/test-rust.yml
57
59
- Cargo.toml
60
+ - Cargo.lock
58
61
- plugins/clipboard-manager/**
59
62
tauri-plugin-deep-link:
60
63
- .github/workflows/test-rust.yml
61
64
- Cargo.toml
65
+ - Cargo.lock
62
66
- plugins/deep-link/**
63
67
tauri-plugin-dialog:
64
68
- .github/workflows/test-rust.yml
65
69
- Cargo.toml
70
+ - Cargo.lock
66
71
- plugins/dialog/**
67
72
- plugins/fs/**
68
73
tauri-plugin-fs:
69
74
- .github/workflows/test-rust.yml
70
75
- Cargo.toml
76
+ - Cargo.lock
71
77
- plugins/fs/**
72
78
tauri-plugin-geolocation:
73
79
- .github/workflows/test-rust.yml
74
80
- Cargo.toml
81
+ - Cargo.lock
75
82
- plugins/geolocation/**
76
83
tauri-plugin-global-shortcut:
77
84
- .github/workflows/test-rust.yml
78
85
- Cargo.toml
86
+ - Cargo.lock
79
87
- plugins/global-shortcut/**
80
88
tauri-plugin-opener:
81
89
- .github/workflows/test-rust.yml
82
90
- Cargo.toml
91
+ - Cargo.lock
83
92
- plugins/opener/**
84
93
tauri-plugin-haptics:
85
94
- .github/workflows/test-rust.yml
86
95
- Cargo.toml
96
+ - Cargo.lock
87
97
- plugins/haptics/**
88
98
tauri-plugin-http:
89
99
- .github/workflows/test-rust.yml
90
100
- Cargo.toml
101
+ - Cargo.lock
91
102
- plugins/http/**
92
103
- plugins/fs/**
93
104
tauri-plugin-localhost:
94
105
- .github/workflows/test-rust.yml
95
106
- Cargo.toml
107
+ - Cargo.lock
96
108
- plugins/localhost/**
97
109
tauri-plugin-log:
98
110
- .github/workflows/test-rust.yml
99
111
- Cargo.toml
112
+ - Cargo.lock
100
113
- plugins/log/**
101
114
tauri-plugin-notification:
102
115
- .github/workflows/test-rust.yml
103
116
- Cargo.toml
117
+ - Cargo.lock
104
118
- plugins/notification/**
105
119
tauri-plugin-os:
106
120
- .github/workflows/test-rust.yml
107
121
- Cargo.toml
122
+ - Cargo.lock
108
123
- plugins/os/**
109
124
tauri-plugin-persisted-scope:
110
125
- .github/workflows/test-rust.yml
111
126
- Cargo.toml
127
+ - Cargo.lock
112
128
- plugins/persisted-scope/**
113
129
- plugins/fs/**
114
130
tauri-plugin-positioner:
115
131
- .github/workflows/test-rust.yml
116
132
- Cargo.toml
133
+ - Cargo.lock
117
134
- plugins/positioner/**
118
135
tauri-plugin-process:
119
136
- .github/workflows/test-rust.yml
120
137
- Cargo.toml
138
+ - Cargo.lock
121
139
- plugins/process/**
122
140
tauri-plugin-shell:
123
141
- .github/workflows/test-rust.yml
124
142
- Cargo.toml
143
+ - Cargo.lock
125
144
- plugins/shell/**
126
145
tauri-plugin-single-instance:
127
146
- .github/workflows/test-rust.yml
128
147
- Cargo.toml
148
+ - Cargo.lock
129
149
- plugins/single-instance/**
130
150
tauri-plugin-sql:
131
151
- .github/workflows/test-rust.yml
132
152
- Cargo.toml
153
+ - Cargo.lock
133
154
- plugins/sql/**
134
155
tauri-plugin-store:
135
156
- .github/workflows/test-rust.yml
136
157
- Cargo.toml
158
+ - Cargo.lock
137
159
- plugins/store/**
138
160
tauri-plugin-stronghold:
139
161
- .github/workflows/test-rust.yml
140
162
- Cargo.toml
163
+ - Cargo.lock
141
164
- plugins/stronghold/**
142
165
tauri-plugin-updater:
143
166
- .github/workflows/test-rust.yml
144
167
- Cargo.toml
168
+ - Cargo.lock
145
169
- plugins/updater/**
146
170
tauri-plugin-upload:
147
171
- .github/workflows/test-rust.yml
148
172
- Cargo.toml
173
+ - Cargo.lock
149
174
- plugins/upload/**
150
175
tauri-plugin-websocket:
151
176
- .github/workflows/test-rust.yml
152
177
- Cargo.toml
178
+ - Cargo.lock
153
179
- plugins/websocket/**
154
180
tauri-plugin-window-state:
155
181
- .github/workflows/test-rust.yml
156
182
- Cargo.toml
183
+ - Cargo.lock
157
184
- plugins/window-state/**
158
185
159
186
test :
0 commit comments