| commit | 613c651c3753c57ad9f9adf82c3d5c421f76261e | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch@google.com> | Tue Nov 10 14:17:36 2020 -0800 |
| committer | GitHub <noreply@github.com> | Tue Nov 10 14:17:36 2020 -0800 |
| tree | fd0e74519b5fcf39a729697cd5497c43900fbee6 | |
| parent | 97ab45ebb95bc901f1430577ab849c0b8710be0c [diff] |
Add a language version tag in spawnHybridUri (dart-lang/web_socket_channel#131) Code snippets passed to `spawnHybridCode` are currently always run with the SDK language version. Add an explicit language version marker so that this test is stable. Bump min SDK and `package:test` version to one which supports these markers.