chore: Version 0.2.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "llm-worker"
|
||||
description = ""
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
publish.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
@@ -18,7 +18,7 @@ tokio = { version = "1.49", features = ["macros", "rt-multi-thread"] }
|
||||
tokio-util = "0.7"
|
||||
reqwest = { version = "0.13.1", default-features = false, features = ["stream", "json", "native-tls", "http2"] }
|
||||
eventsource-stream = "0.2"
|
||||
llm-worker-macros = { path = "../llm-worker-macros", version = "0.1" }
|
||||
llm-worker-macros = { path = "../llm-worker-macros", version = "0.2" }
|
||||
|
||||
[dev-dependencies]
|
||||
clap = { version = "4.5", features = ["derive", "env"] }
|
||||
|
||||
Reference in New Issue
Block a user