Skip to content

Commit

Permalink
remove version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Jun 6, 2024
1 parent 0ba4d5b commit 4c7a63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ tokio = { workspace = true, features = ["rt-multi-thread", "macros", "io-std"] }
tokio-retry = "0.3.0"
tower-lsp = "0.20.0"
turbopath = { version = "0.1.0", path = "../turborepo-paths" }
turborepo-lib = { version = "0.1.0", path = "../turborepo-lib" }
turborepo-lib = { path = "../turborepo-lib" }
turborepo-repository = { version = "0.1.0", path = "../turborepo-repository" }
wax.workspace = true

0 comments on commit 4c7a63a

Please sign in to comment.