mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
ropey 1.4.0 is out!
This commit is contained in:
parent
f67e1ee172
commit
16e2b2e36b
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -861,8 +861,9 @@ checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ropey"
|
name = "ropey"
|
||||||
version = "1.3.2"
|
version = "1.4.0"
|
||||||
source = "git+https://github.com/cessen/ropey#38531e083f8cf5c5b1aeb328361895fb5a9b867c"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "5f6c0c65c416cce36ace31a7cf9bbc8b7f97926df68637f23b5cb39ab7c304d3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"str_indices",
|
"str_indices",
|
||||||
|
@ -16,8 +16,7 @@ unicode-lines = ["ropey/unicode_lines"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
helix-loader = { version = "0.6", path = "../helix-loader" }
|
helix-loader = { version = "0.6", path = "../helix-loader" }
|
||||||
|
|
||||||
# ropey = "1.3"
|
ropey = { version = "1.4", default-features = false }
|
||||||
ropey = { git = "https://github.com/cessen/ropey", default-features = false }
|
|
||||||
smallvec = "1.8"
|
smallvec = "1.8"
|
||||||
smartstring = "1.0.0"
|
smartstring = "1.0.0"
|
||||||
unicode-segmentation = "1.9"
|
unicode-segmentation = "1.9"
|
||||||
|
Loading…
Reference in New Issue
Block a user