simplify dependencies

This commit is contained in:
John Smith
2023-09-03 10:45:20 -04:00
parent 71f91998b2
commit 7ac1261893
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ members = [
exclude = ["./external"]
[patch.crates-io]
cursive = { version = "0.20.0", git = "https://gitlab.com/veilid/cursive.git", rev = "631dad18f0b4b246914998e8952da8abb6093bd2" }
cursive_core = { version = "0.3.7", git = "https://gitlab.com/veilid/cursive.git", rev = "631dad18f0b4b246914998e8952da8abb6093bd2" }
cursive = { git = "https://gitlab.com/veilid/cursive.git" }
cursive_core = { git = "https://gitlab.com/veilid/cursive.git" }
[profile.release]
opt-level = "s"