Skip to content

Commit

Permalink
Roll back to using toml instead of toml_span
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed Mar 1, 2024
1 parent 2f1b887 commit 09345ea
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 107 deletions.
70 changes: 65 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ clap = {version = "4.4", features = ["derive"]}
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml-span = "0.2"
toml = "0.8"
semver = { version = "1.0", features = ["serde"] }
dyn-clone = "1.0"
3 changes: 2 additions & 1 deletion crates/project/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ authors.workspace = true

[dependencies]
semver.workspace = true
toml-span.workspace = true
toml.workspace = true
serde.workspace = true
thiserror.workspace = true
lsp-types.workspace = true
ropey.workspace = true
Expand Down
Loading

0 comments on commit 09345ea

Please sign in to comment.