Cargo.toml: Use public version of Repline

This commit is contained in:
2025-12-02 03:12:52 -05:00
parent e4f57250b5
commit 12cf529186
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -121,9 +121,9 @@ dependencies = [
[[package]] [[package]]
name = "repline" name = "repline"
version = "0.0.9" version = "0.0.10"
source = "sparse+https://git.soft.fish/api/packages/j/cargo/" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f157828037e2d557749f402ee7955d6ab54de690c64e2ca0efa2679488e6da0b" checksum = "3e60dec4cc94ec6dd0cdb58428304d471cf50588357e20f30f449c2c1a8504ee"
dependencies = [ dependencies = [
"crossterm", "crossterm",
] ]

View File

@@ -4,5 +4,5 @@ version = "0.1.0"
edition = "2024" edition = "2024"
[dependencies] [dependencies]
repline = { version = "0.0.9", registry = "soft-fish" } repline = "*"
unicode-ident = "1.0.12" unicode-ident = "1.0.12"