From 126dec49ad2f8f24c208d9b371794051c629a170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Louf?= Date: Thu, 5 Dec 2024 17:13:59 +0100 Subject: [PATCH] Bump Rust crate version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2082b140..e93be5e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "outlines-core" -version = "0.1.0" +version = "0.1.19" edition = "2021" description = "Structured Generation" license = "Apache-2.0"