chore: Version 0.2.0
This commit is contained in:
parent
13e4b16b32
commit
71433b867e
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -708,7 +708,7 @@ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
|
|||
|
||||
[[package]]
|
||||
name = "llm-worker"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"clap",
|
||||
|
|
@ -730,7 +730,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "llm-worker-macros"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "llm-worker-macros"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
publish.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user