Skip to content

Commit c88862e

Browse files
authored
chore: Updates ffi package version to 2.0.1 (#11)
1 parent a2dc553 commit c88862e

File tree

3 files changed

+50
-59
lines changed

3 files changed

+50
-59
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@ jobs:
1818
dart analyze
1919
tests:
2020
runs-on: ubuntu-latest
21+
strategy:
22+
matrix:
23+
sdk: [stable, 2.18.7, 2.17.7]
2124
steps:
2225
- uses: actions/checkout@v2
2326
- uses: dart-lang/setup-dart@v1
27+
with:
28+
sdk: ${{ matrix.sdk }}
2429
- name: Install dependencies
2530
run: dart pub get
2631
- name: Obtain libpact

pubspec.lock

Lines changed: 44 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -7,168 +7,154 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "23.0.0"
10+
version: "47.0.0"
1111
analyzer:
1212
dependency: transitive
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.0.0"
17+
version: "4.7.0"
1818
args:
1919
dependency: transitive
2020
description:
2121
name: args
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "2.2.0"
24+
version: "2.3.1"
2525
async:
2626
dependency: transitive
2727
description:
2828
name: async
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "2.8.1"
31+
version: "2.9.0"
3232
boolean_selector:
3333
dependency: transitive
3434
description:
3535
name: boolean_selector
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "2.1.0"
39-
charcode:
40-
dependency: transitive
41-
description:
42-
name: charcode
43-
url: "https://pub.dartlang.org"
44-
source: hosted
45-
version: "1.3.1"
46-
cli_util:
47-
dependency: transitive
48-
description:
49-
name: cli_util
50-
url: "https://pub.dartlang.org"
51-
source: hosted
52-
version: "0.3.3"
38+
version: "2.1.1"
5339
collection:
5440
dependency: transitive
5541
description:
5642
name: collection
5743
url: "https://pub.dartlang.org"
5844
source: hosted
59-
version: "1.15.0"
45+
version: "1.17.0"
6046
convert:
6147
dependency: transitive
6248
description:
6349
name: convert
6450
url: "https://pub.dartlang.org"
6551
source: hosted
66-
version: "3.0.1"
52+
version: "3.1.0"
6753
coverage:
6854
dependency: transitive
6955
description:
7056
name: coverage
7157
url: "https://pub.dartlang.org"
7258
source: hosted
73-
version: "1.0.3"
59+
version: "1.6.2"
7460
crypto:
7561
dependency: transitive
7662
description:
7763
name: crypto
7864
url: "https://pub.dartlang.org"
7965
source: hosted
80-
version: "3.0.1"
66+
version: "3.0.2"
8167
ffi:
8268
dependency: "direct main"
8369
description:
8470
name: ffi
8571
url: "https://pub.dartlang.org"
8672
source: hosted
87-
version: "1.1.2"
73+
version: "2.0.1"
8874
file:
8975
dependency: transitive
9076
description:
9177
name: file
9278
url: "https://pub.dartlang.org"
9379
source: hosted
94-
version: "6.1.2"
80+
version: "6.1.4"
9581
frontend_server_client:
9682
dependency: transitive
9783
description:
9884
name: frontend_server_client
9985
url: "https://pub.dartlang.org"
10086
source: hosted
101-
version: "2.1.0"
87+
version: "2.1.3"
10288
glob:
10389
dependency: transitive
10490
description:
10591
name: glob
10692
url: "https://pub.dartlang.org"
10793
source: hosted
108-
version: "2.0.1"
94+
version: "2.1.1"
10995
http:
11096
dependency: "direct main"
11197
description:
11298
name: http
11399
url: "https://pub.dartlang.org"
114100
source: hosted
115-
version: "0.13.3"
101+
version: "0.13.5"
116102
http_multi_server:
117103
dependency: transitive
118104
description:
119105
name: http_multi_server
120106
url: "https://pub.dartlang.org"
121107
source: hosted
122-
version: "3.0.1"
108+
version: "3.2.1"
123109
http_parser:
124110
dependency: transitive
125111
description:
126112
name: http_parser
127113
url: "https://pub.dartlang.org"
128114
source: hosted
129-
version: "4.0.0"
115+
version: "4.0.2"
130116
io:
131117
dependency: transitive
132118
description:
133119
name: io
134120
url: "https://pub.dartlang.org"
135121
source: hosted
136-
version: "1.0.3"
122+
version: "1.0.4"
137123
js:
138124
dependency: transitive
139125
description:
140126
name: js
141127
url: "https://pub.dartlang.org"
142128
source: hosted
143-
version: "0.6.3"
129+
version: "0.6.5"
144130
logging:
145131
dependency: "direct main"
146132
description:
147133
name: logging
148134
url: "https://pub.dartlang.org"
149135
source: hosted
150-
version: "1.0.1"
136+
version: "1.1.0"
151137
matcher:
152138
dependency: transitive
153139
description:
154140
name: matcher
155141
url: "https://pub.dartlang.org"
156142
source: hosted
157-
version: "0.12.10"
143+
version: "0.12.12"
158144
meta:
159145
dependency: transitive
160146
description:
161147
name: meta
162148
url: "https://pub.dartlang.org"
163149
source: hosted
164-
version: "1.7.0"
150+
version: "1.9.0"
165151
mime:
166152
dependency: transitive
167153
description:
168154
name: mime
169155
url: "https://pub.dartlang.org"
170156
source: hosted
171-
version: "1.0.0"
157+
version: "1.0.3"
172158
node_preamble:
173159
dependency: transitive
174160
description:
@@ -182,14 +168,14 @@ packages:
182168
name: package_config
183169
url: "https://pub.dartlang.org"
184170
source: hosted
185-
version: "2.0.0"
171+
version: "2.1.0"
186172
path:
187173
dependency: "direct main"
188174
description:
189175
name: path
190176
url: "https://pub.dartlang.org"
191177
source: hosted
192-
version: "1.8.0"
178+
version: "1.8.3"
193179
pedantic:
194180
dependency: "direct dev"
195181
description:
@@ -203,49 +189,49 @@ packages:
203189
name: pool
204190
url: "https://pub.dartlang.org"
205191
source: hosted
206-
version: "1.5.0"
192+
version: "1.5.1"
207193
pub_semver:
208194
dependency: transitive
209195
description:
210196
name: pub_semver
211197
url: "https://pub.dartlang.org"
212198
source: hosted
213-
version: "2.0.0"
199+
version: "2.1.3"
214200
shelf:
215201
dependency: transitive
216202
description:
217203
name: shelf
218204
url: "https://pub.dartlang.org"
219205
source: hosted
220-
version: "1.2.0"
206+
version: "1.4.0"
221207
shelf_packages_handler:
222208
dependency: transitive
223209
description:
224210
name: shelf_packages_handler
225211
url: "https://pub.dartlang.org"
226212
source: hosted
227-
version: "3.0.0"
213+
version: "3.0.1"
228214
shelf_static:
229215
dependency: transitive
230216
description:
231217
name: shelf_static
232218
url: "https://pub.dartlang.org"
233219
source: hosted
234-
version: "1.1.0"
220+
version: "1.1.1"
235221
shelf_web_socket:
236222
dependency: transitive
237223
description:
238224
name: shelf_web_socket
239225
url: "https://pub.dartlang.org"
240226
source: hosted
241-
version: "1.0.1"
227+
version: "1.0.3"
242228
source_map_stack_trace:
243229
dependency: transitive
244230
description:
245231
name: source_map_stack_trace
246232
url: "https://pub.dartlang.org"
247233
source: hosted
248-
version: "2.1.0"
234+
version: "2.1.1"
249235
source_maps:
250236
dependency: transitive
251237
description:
@@ -259,7 +245,7 @@ packages:
259245
name: source_span
260246
url: "https://pub.dartlang.org"
261247
source: hosted
262-
version: "1.8.1"
248+
version: "1.9.1"
263249
stack_trace:
264250
dependency: transitive
265251
description:
@@ -273,83 +259,83 @@ packages:
273259
name: stream_channel
274260
url: "https://pub.dartlang.org"
275261
source: hosted
276-
version: "2.1.0"
262+
version: "2.1.1"
277263
string_scanner:
278264
dependency: transitive
279265
description:
280266
name: string_scanner
281267
url: "https://pub.dartlang.org"
282268
source: hosted
283-
version: "1.1.0"
269+
version: "1.1.1"
284270
term_glyph:
285271
dependency: transitive
286272
description:
287273
name: term_glyph
288274
url: "https://pub.dartlang.org"
289275
source: hosted
290-
version: "1.2.0"
276+
version: "1.2.1"
291277
test:
292278
dependency: "direct dev"
293279
description:
294280
name: test
295281
url: "https://pub.dartlang.org"
296282
source: hosted
297-
version: "1.17.10"
283+
version: "1.21.4"
298284
test_api:
299285
dependency: transitive
300286
description:
301287
name: test_api
302288
url: "https://pub.dartlang.org"
303289
source: hosted
304-
version: "0.4.2"
290+
version: "0.4.12"
305291
test_core:
306292
dependency: transitive
307293
description:
308294
name: test_core
309295
url: "https://pub.dartlang.org"
310296
source: hosted
311-
version: "0.4.0"
297+
version: "0.4.16"
312298
typed_data:
313299
dependency: transitive
314300
description:
315301
name: typed_data
316302
url: "https://pub.dartlang.org"
317303
source: hosted
318-
version: "1.3.0"
304+
version: "1.3.1"
319305
vm_service:
320306
dependency: transitive
321307
description:
322308
name: vm_service
323309
url: "https://pub.dartlang.org"
324310
source: hosted
325-
version: "7.2.0"
311+
version: "9.4.0"
326312
watcher:
327313
dependency: transitive
328314
description:
329315
name: watcher
330316
url: "https://pub.dartlang.org"
331317
source: hosted
332-
version: "1.0.0"
318+
version: "1.0.2"
333319
web_socket_channel:
334320
dependency: transitive
335321
description:
336322
name: web_socket_channel
337323
url: "https://pub.dartlang.org"
338324
source: hosted
339-
version: "2.1.0"
325+
version: "2.3.0"
340326
webkit_inspection_protocol:
341327
dependency: transitive
342328
description:
343329
name: webkit_inspection_protocol
344330
url: "https://pub.dartlang.org"
345331
source: hosted
346-
version: "1.0.0"
332+
version: "1.2.0"
347333
yaml:
348334
dependency: transitive
349335
description:
350336
name: yaml
351337
url: "https://pub.dartlang.org"
352338
source: hosted
353-
version: "3.1.0"
339+
version: "3.1.1"
354340
sdks:
355341
dart: ">=2.17.0 <3.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
sdk: ">=2.17.0 <3.0.0"
88

99
dependencies:
10-
ffi: ^1.1.2
10+
ffi: ^2.0.1
1111
path: ^1.8.0
1212
http: ^0.13.3
1313
logging: ^1.0.1

0 commit comments

Comments
 (0)