Cargo.toml: update to repline 0.0.9

This commit is contained in:
2025-12-01 23:25:28 -05:00
parent 3b6cac2bcb
commit e4f57250b5
2 changed files with 67 additions and 7 deletions

View File

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