diff --git a/Cargo.lock b/Cargo.lock index 9381b57..7587da4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Led" @@ -617,9 +617,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "ropey" -version = "2.0.0-alpha.2" +version = "2.0.0-alpha.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b578e097516cdb65f10ac5c70575477bb2f3aa1d31d1755ffa155502562cba9c" +checksum = "1a6bae11a8c92fe67ffe2817f38315372f113617978665635147fd5eb6b789c4" dependencies = [ "str_indices", ] diff --git a/Cargo.toml b/Cargo.toml index 76f4922..81fe08c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,8 +18,7 @@ path = "src/main.rs" debug = true [dependencies] -ropey = "2.0.0-alpha" -# ropey = { git = "https://github.com/cessen/ropey", branch = "2.0-alpha" } +ropey = "2.0.0-alpha.3" unicode-segmentation = "1" unicode-width = "0.1" clap = "2"