diff options
Diffstat (limited to 'test/rust/scenarios.json')
-rw-r--r-- | test/rust/scenarios.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/rust/scenarios.json b/test/rust/scenarios.json new file mode 100644 index 0000000..4a2d540 --- /dev/null +++ b/test/rust/scenarios.json @@ -0,0 +1,10 @@ +{ + "rust_at_pinned_version": { + "image": "ubuntu:focal", + "features": { + "rust": { + "version": "1.62.0" + } + } + } +}
\ No newline at end of file |