From 08c55922f84647e96d516b78e06d993d6a0dc4e9 Mon Sep 17 00:00:00 2001 From: efugier Date: Wed, 6 Nov 2024 16:14:51 +0100 Subject: [PATCH] v2.2.0 Switch to rustls-tls to avoid issues with missing system librairies. --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e09dbf7..2b32973 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -981,7 +981,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smartcat" -version = "2.1.0" +version = "2.2.0" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 275b3b7..e924ecc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smartcat" -version = "2.1.0" +version = "2.2.0" authors = ["Emilien Fugier "] description = ''' Putting a brain behind `cat`. diff --git a/src/main.rs b/src/main.rs index 7f80b68..4c26682 100644 --- a/src/main.rs +++ b/src/main.rs @@ -23,7 +23,7 @@ const DEFAULT_PROMPT_NAME: &str = "default"; #[command( name = "smartcat (sc)", author = "Emilien Fugier", - version = "2.1.0", + version = "2.2.0", about = "Putting a brain behind `cat`. CLI interface to bring language models in the Unix ecosystem 🐈‍⬛", long_about = None, after_help = "Examples: