Skip to content

fix: specify compatible sse-stream version - #968

Merged
jamadeo merged 1 commit into
mainfrom
sse-version-spec
Jul 10, 2026
Merged

fix: specify compatible sse-stream version#968
jamadeo merged 1 commit into
mainfrom
sse-version-spec

Conversation

@jamadeo

Copy link
Copy Markdown
Contributor

We use SseStream::from_bytes_stream, which was introduced in sse-stream 0.2.4. Specifying 0.2 means cargo may use an incompatible version, failing the build.

@jamadeo
jamadeo requested a review from a team as a code ownerJuly 10, 2026 16:26
@github-actionsgithub-actionsBot added T-dependencies Dependencies related changes T-config Configuration file changes labels Jul 10, 2026
@jamadeo
jamadeo merged commit 2d4c29f into mainJul 10, 2026
21 checks passed
@jamadeo
jamadeo deleted the sse-version-spec branch July 10, 2026 17:18
@github-actionsgithub-actionsBot mentioned this pull request Jul 10, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-configConfiguration file changesT-dependenciesDependencies related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@jamadeo@DaleSeo