From 73dcf664797a0c1130f31420cc9312b55f81dce2 Mon Sep 17 00:00:00 2001 From: Ivan Leo Date: Mon, 8 Jul 2024 19:05:40 +0800 Subject: [PATCH] Bumping everything to 0.1.8 (#26) Bump everything to 1.8 --- instruct-macros-types/Cargo.toml | 2 +- instruct-macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/instruct-macros-types/Cargo.toml b/instruct-macros-types/Cargo.toml index a93415f..2d466cb 100644 --- a/instruct-macros-types/Cargo.toml +++ b/instruct-macros-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instruct-macros-types" -version = "0.1.7" +version = "0.1.8" edition = "2021" authors = ["Ivan Leo "] description = "Instructor Macro Types are a collection of simple types that we export to work with the instruct-macros crate" diff --git a/instruct-macros/Cargo.toml b/instruct-macros/Cargo.toml index 4722b7b..ed176ea 100644 --- a/instruct-macros/Cargo.toml +++ b/instruct-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instruct-macros" -version = "0.1.7" +version = "0.1.8" edition = "2018" authors = ["Ivan Leo "] description = "instruct-macros are a collection of simple macros that we're using in Instructor-AI to generate json schema from Serde Objects"