Skip to content

Commit

Permalink
Updated the .toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Jun 24, 2024
1 parent 5e1cb83 commit d2b681b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion instruct-macros-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "instruct-macros-types"
version = "0.1.2"
edition = "2021"
authors = ["Ivan Leo <ivan@jxnl.co>", "Jason Liu"]
authors = ["Ivan Leo <ivanleomk@gmail.com>"]
description = "Instructor Macro Types are a collection of simple types that we export to work with the instruct-macros crate"
readme = "README.md"
changelog = "CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion instruct-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "instruct-macros"
version = "0.1.1"
edition = "2018"
authors = ["Ivan Leo <ivan@jxnl.co>", "Jason Liu"]
authors = ["Ivan Leo <ivanleomk@gmail.com>"]
description = "instruct-macros are a collection of simple macros that we're using in Instructor-AI to generate json schema from Serde Objects"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion instructor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "instructor-ai"
version = "0.1.0"
edition = "2021"
authors = ["Ivan Leo <ivan@jxnl.co>", "Jason Liu"]
authors = ["Ivan Leo <ivanleomk@gmail.com>"]
description = "instructor-ai is a simple crate that allows for users to do validated structured outputs"
readme = "../README.md"
homepage = "https://rust.useinstructor.com"
Expand Down

0 comments on commit d2b681b

Please sign in to comment.