mirror of
https://github.com/openharmony/third_party_rust_codespan.git
synced 2026-07-01 21:24:02 -04:00
a722a97853
We've skipped some versions for `codespan-reporting` and `codespan` to get the crate versions back in sync with `codespan-lsp`. Co-authored-by: Johann150 <20990607+Johann150@users.noreply.github.com>
21 lines
875 B
TOML
21 lines
875 B
TOML
[package]
|
|
name = "codespan-lsp"
|
|
version = "0.11.0"
|
|
license = "Apache-2.0"
|
|
authors = ["Markus Westerlind <marwes91@gmail.com>"]
|
|
description = "Conversions between codespan types and Language Server Protocol types"
|
|
homepage = "https://github.com/brendanzab/codespan"
|
|
repository = "https://github.com/brendanzab/codespan"
|
|
documentation = "https://docs.rs/codespan-lsp"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
codespan-reporting = { version = "0.11.0", path = "../codespan-reporting" }
|
|
# WARNING: Be extremely careful when expanding this version range.
|
|
# We should be confident that all of the uses of `lsp-types` in `codespan-lsp`
|
|
# will be valid for all the versions in this range. Getting this range wrong
|
|
# could potentially break down-stream builds on a `cargo update`. This is an
|
|
# absolute no-no, breaking much of what we enjoy about Cargo!
|
|
lsp-types = ">=0.84, <0.85"
|
|
url = "2"
|