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

View File

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