Skip to content

Commit 223bb71

Browse files
committed
small fixes
1 parent 1298bf5 commit 223bb71

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

bindings/tmc-langs-node/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
authors = ["University of Helsinki <[email protected]>", "Daniel Martinez <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
7+
rust-version = "1.58.1"
78
exclude = ["index.node"]
89

910
[lib]

plugins/java/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tmc-langs-util = { path = "../../tmc-langs-util" }
1212

1313
dirs = "4.0.0"
1414
flate2 = "1.0.22"
15-
j4rs = "0.13.0"
15+
j4rs = "=0.13.0" # specific version to match the jar
1616
log = "0.4.14"
1717
once_cell = "1.9.0"
1818
serde = { version = "1.0.136", features = ["derive"] }

tmc-langs/src/submission_packaging.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)