Skip to content

Commit 5bf7a46

Browse files
committed
fix wildcard versioning
1 parent f8c18aa commit 5bf7a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

leetcode-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ thiserror = { workspace = true }
1515
leetcode-tui-config = { path = "../leetcode-tui-config", version = '0.4.0' }
1616
reqwest = { workspace = true, features = ["json"] }
1717
html2text = "^0"
18-
async-trait = "*"
18+
async-trait = "^0"
1919
strum = { version = "^0", features = ["derive"] }
2020
serde_with = { version = "3.3.0", features = ["macros"] }
21-
lru = "*"
21+
lru = "^0"

0 commit comments

Comments
 (0)