Update to Ropey 2 alpha 3.

This commit is contained in:
Nathan Vegdahl 2025-06-05 09:42:45 +02:00
parent 798c275345
commit ffd3a83cbd
2 changed files with 4 additions and 5 deletions

6
Cargo.lock generated
View File

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo. # This file is automatically @generated by Cargo.
# It is not intended for manual editing. # It is not intended for manual editing.
version = 3 version = 4
[[package]] [[package]]
name = "Led" name = "Led"
@ -617,9 +617,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]] [[package]]
name = "ropey" name = "ropey"
version = "2.0.0-alpha.2" version = "2.0.0-alpha.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b578e097516cdb65f10ac5c70575477bb2f3aa1d31d1755ffa155502562cba9c" checksum = "1a6bae11a8c92fe67ffe2817f38315372f113617978665635147fd5eb6b789c4"
dependencies = [ dependencies = [
"str_indices", "str_indices",
] ]

View File

@ -18,8 +18,7 @@ path = "src/main.rs"
debug = true debug = true
[dependencies] [dependencies]
ropey = "2.0.0-alpha" ropey = "2.0.0-alpha.3"
# ropey = { git = "https://github.com/cessen/ropey", branch = "2.0-alpha" }
unicode-segmentation = "1" unicode-segmentation = "1"
unicode-width = "0.1" unicode-width = "0.1"
clap = "2" clap = "2"