We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c18aa commit 5bf7a46Copy full SHA for 5bf7a46
leetcode-core/Cargo.toml
@@ -15,7 +15,7 @@ thiserror = { workspace = true }
15
leetcode-tui-config = { path = "../leetcode-tui-config", version = '0.4.0' }
16
reqwest = { workspace = true, features = ["json"] }
17
html2text = "^0"
18
-async-trait = "*"
+async-trait = "^0"
19
strum = { version = "^0", features = ["derive"] }
20
serde_with = { version = "3.3.0", features = ["macros"] }
21
-lru = "*"
+lru = "^0"
0 commit comments