Skip to content

Commit 9313ab8

Browse files
committed
Removed unused dependency
1 parent 90bfbef commit 9313ab8

File tree

3 files changed

+1
-23
lines changed

3 files changed

+1
-23
lines changed

Cargo.lock

+1-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tmc-langs-plugins/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ tmc-langs-notests.workspace = true
1616
tmc-langs-python3.workspace = true
1717
tmc-langs-r.workspace = true
1818

19-
impl-enum = "0.3.0"
2019
log = "0.4.14"
2120
tar = "0.4.38"
2221
thiserror = "1.0.30"

crates/tmc-langs/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ blake3 = "1.4.0"
2222
chrono = { version = "0.4.26", features = ["serde"] }
2323
dirs = "5.0.1"
2424
hmac = { version = "0.12.0", features = ["std"] }
25-
impl-enum = "0.3.0"
2625
jwt = "0.16.0"
2726
log = "0.4.14"
2827
md5 = "0.7.0"

0 commit comments

Comments
 (0)