File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = "0.1.0"
44authors = [" University of Helsinki <mooc@cs.helsinki.fi>" , " Daniel Martinez <daniel.x.martinez@helsinki.fi>" ]
55edition = " 2021"
66license = " MIT OR Apache-2.0"
7+ rust-version = " 1.58.1"
78exclude = [" index.node" ]
89
910[lib ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ tmc-langs-util = { path = "../../tmc-langs-util" }
1212
1313dirs = " 4.0.0"
1414flate2 = " 1.0.22"
15- j4rs = " 0.13.0"
15+ j4rs = " = 0.13.0" # specific version to match the jar
1616log = " 0.4.14"
1717once_cell = " 1.9.0"
1818serde = { version = " 1.0.136" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ pub fn prepare_submission(
4949 // if defined, extract and use as the base
5050 unzip_with_filter (
5151 & plugin,
52- & stub_zip_path,
52+ stub_zip_path,
5353 |path| {
5454 path. components ( ) . any ( |c| {
5555 c. as_os_str ( )
You can’t perform that action at this time.
0 commit comments