Skip to content

Commit 234079a

Browse files
committed
fix: fix rebase
1 parent ebaaaab commit 234079a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dynamo-runtime = { path = "lib/runtime", version = "0.4.1" }
3333
dynamo-llm = { path = "lib/llm", version = "0.4.1" }
3434
dynamo-tokens = { path = "lib/tokens", version = "0.4.1" }
3535
dynamo-async-openai = { path = "lib/async-openai", version = "0.4.1", features = ["byot", "rustls"]}
36-
dynamo-parsers = { path = "lib/parsers", version = "0.4.0" }
36+
dynamo-parsers = { path = "lib/parsers", version = "0.4.1" }
3737

3838
# External dependencies
3939
anyhow = { version = "1" }

0 commit comments

Comments
 (0)