Skip to content

Commit b0fa0b5

Browse files
author
Rutik Thakre
committed
clean up
1 parent e0c698b commit b0fa0b5

File tree

12 files changed

+21
-21
lines changed

12 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

llm-anthropic/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "golem-llm-anthropic"
3-
version = "0.0.1"
3+
version = "0.0.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
homepage = "https://golem.cloud"
@@ -16,7 +16,7 @@ default = ["durability"]
1616
durability = ["golem-rust/durability", "golem-llm/durability"]
1717

1818
[dependencies]
19-
golem-llm = { path = "../llm", version = "0.0.1", default-features = false }
19+
golem-llm = { path = "../llm", version = "0.0.0", default-features = false }
2020

2121
golem-rust = { workspace = true }
2222
log = { workspace = true }

llm-grok/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "golem-llm-grok"
3-
version = "0.0.1"
3+
version = "0.0.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
homepage = "https://golem.cloud"
@@ -16,7 +16,7 @@ default = ["durability"]
1616
durability = ["golem-rust/durability", "golem-llm/durability"]
1717

1818
[dependencies]
19-
golem-llm = { path = "../llm", version = "0.0.1", default-features = false }
19+
golem-llm = { path = "../llm", version = "0.0.0", default-features = false }
2020

2121
golem-rust = { workspace = true }
2222
log = { workspace = true }

llm-ollama/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default = ["durability"]
1717
durability = ["golem-rust/durability", "golem-llm/durability"]
1818

1919
[dependencies]
20-
golem-llm = { path = "../llm", version = "0.0.1", default-features = false }
20+
golem-llm = { path = "../llm", version = "0.0.0", default-features = false }
2121
base64 = "0.21"
2222
mime_guess = "2.0"
2323
url = "2.4"

llm-openai/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "golem-llm-openai"
3-
version = "0.0.1"
3+
version = "0.0.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
homepage = "https://golem.cloud"
@@ -16,7 +16,7 @@ default = ["durability"]
1616
durability = ["golem-rust/durability", "golem-llm/durability"]
1717

1818
[dependencies]
19-
golem-llm = { path = "../llm", version = "0.0.1", default-features = false }
19+
golem-llm = { path = "../llm", version = "0.0.0", default-features = false }
2020

2121
golem-rust = { workspace = true }
2222
log = { workspace = true }

llm-openrouter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "golem-llm-openrouter"
3-
version = "0.0.1"
3+
version = "0.0.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
homepage = "https://golem.cloud"
@@ -16,7 +16,7 @@ default = ["durability"]
1616
durability = ["golem-rust/durability", "golem-llm/durability"]
1717

1818
[dependencies]
19-
golem-llm = { path = "../llm", version = "0.0.1", default-features = false }
19+
golem-llm = { path = "../llm", version = "0.0.0", default-features = false }
2020

2121
golem-rust = { workspace = true }
2222
log = { workspace = true }

llm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "golem-llm"
3-
version = "0.0.1"
3+
version = "0.0.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
homepage = "https://golem.cloud"

test/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/components-rust/test-helper/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/components-rust/test-helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_helper"
3-
version = "0.0.1"
3+
version = "0.0.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)