Skip to content

Commit 93df9db

Browse files
committed
0.38.0
1 parent 18fd06e commit 93df9db

File tree

18 files changed

+332
-330
lines changed

18 files changed

+332
-330
lines changed

Cargo.lock

Lines changed: 306 additions & 304 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ authors = [
2222
edition = "2024"
2323
license = "MIT OR Apache-2.0"
2424
rust-version = "1.85.0"
25-
version = "0.37.2"
25+
version = "0.38.0"
2626

2727
[workspace.dependencies]
28-
mooc-langs-api = { git = "https://github.com/rage/secret-project-331.git", rev = "64d45c936a77f81af69c4077e9249b5e7245f66f" }
28+
mooc-langs-api = { git = "https://github.com/rage/secret-project-331.git", rev = "24179d597e5f4120649be50b903a9a4e544ea77c" }
2929
tmc-langs = { path = "crates/tmc-langs" }
3030
tmc-langs-csharp = { path = "crates/plugins/csharp" }
3131
tmc-langs-framework = { path = "crates/tmc-langs-framework" }
@@ -44,5 +44,5 @@ ts-rs = { git = "https://github.com/Heliozoa/ts-rs.git", rev = "16362e1936b328f9
4444
# [patch.'https://github.com/Heliozoa/ts-rs.git']
4545
# ts-rs = { path = "../ts-rs/ts-rs" }
4646

47-
[patch.'https://github.com/rage/secret-project-331.git']
48-
mooc-langs-api = { path = "../secret-project-331/services/headless-lms/langs-api" }
47+
# [patch.'https://github.com/rage/secret-project-331.git']
48+
# mooc-langs-api = { path = "../secret-project-331/services/headless-lms/langs-api" }

crates/plugins/csharp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde = { version = "1.0.136", features = ["derive"] }
1616
serde_json = "1.0.78"
1717
thiserror = "2.0.3"
1818
walkdir = "2.3.2"
19-
zip = "2.2.0"
19+
zip = "4.1.0"
2020

2121
[dev-dependencies]
2222
once_cell = "1.9.0"

crates/plugins/java/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ walkdir = "2.3.2"
2424

2525
[dev-dependencies]
2626
simple_logger = "5.0.0"
27-
zip = "2.2.0"
27+
zip = "4.1.0"

crates/plugins/make/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde = { version = "1.0.136", features = ["derive"] }
1717
serde-xml-rs = "0.8.0"
1818
serde_yaml = "0.9.10"
1919
thiserror = "2.0.3"
20-
zip = "2.2.0"
20+
zip = "4.1.0"
2121

2222
[dev-dependencies]
2323
simple_logger = "5.0.0"

crates/plugins/notests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tmc-langs-framework.workspace = true
1111
tmc-langs-util.workspace = true
1212

1313
log = "0.4.14"
14-
zip = "2.2.0"
14+
zip = "4.1.0"
1515

1616
[dev-dependencies]
1717
simple_logger = "5.0.0"

crates/plugins/python3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde_json = "1.0.78"
2121
sha2 = "0.10.1"
2222
thiserror = "2.0.3"
2323
walkdir = "2.3.2"
24-
zip = "2.2.0"
24+
zip = "4.1.0"
2525

2626
[dev-dependencies]
2727
simple_logger = "5.0.0"

crates/plugins/r/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ log = "0.4.14"
1414
serde = { version = "1.0.136", features = ["derive"] }
1515
serde_json = "1.0.78"
1616
thiserror = "2.0.3"
17-
zip = "2.2.0"
17+
zip = "4.1.0"
1818

1919
[dev-dependencies]
2020
simple_logger = "5.0.0"

crates/tmc-langs-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dirs = "6.0.0"
2020
env_logger = "0.11.2"
2121
log = "0.4.14"
2222
rpassword = "7.0.0"
23-
schemars = "0.8.8"
23+
schemars = "0.9.0"
2424
serde = "1.0.136"
2525
serde_json = "1.0.78"
2626
tempfile = "3.3.0"

crates/tmc-langs-cli/api/output-data-download-or-update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"message": "downloaded things",
55
"result": "executed-command",
66
"data": {
7-
"output-data-kind": "exercise-download",
7+
"output-data-kind": "tmc-exercise-download",
88
"output-data": {
99
"downloaded": [
1010
{

0 commit comments

Comments
 (0)