bump to 0.9 (#454)

This commit is contained in:
JT 2022-07-27 06:49:02 +12:00 committed by GitHub
parent 2e7483fe4d
commit a535eda62b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -594,7 +594,7 @@ dependencies = [
[[package]]
name = "reedline"
version = "0.8.0"
version = "0.9.0"
dependencies = [
"chrono",
"clipboard",

View File

@ -1,6 +1,6 @@
[package]
name = "reedline"
version = "0.8.0"
version = "0.9.0"
authors = ["JT <jonathan.d.turner@gmail.com>"]
edition = "2021"
description = "A readline-like crate for CLI text input"