Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update fluvio dep #110

Merged
merged 1 commit into from
Apr 26, 2024
Merged

feat: update fluvio dep #110

merged 1 commit into from
Apr 26, 2024

Conversation

galibey
Copy link
Contributor

@galibey galibey commented Apr 25, 2024

No description provided.

@galibey galibey requested a review from digikata April 25, 2024 06:16
Copy link

@digikata digikata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -17,6 +17,6 @@ anyhow = { version = "1.0" }
async-std = { version = "1.12", default-features = false, features = ["attributes"]}
serde = { version = "1.0", default-features = false, features = ["derive"]}

fluvio = { git = "https://github.com/infinyon/fluvio", tag = "v0.11.5"}
fluvio-connector-common = { git = "https://github.com/infinyon/fluvio", tag = "v0.11.5", features = ["derive"]}
fluvio = { git = "https://github.com/infinyon/fluvio", rev = "af1fcea0b50a8243de3f2b8e613646aa8b74fc92" }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(nit) Does it make sense to add a comment here with the git describe of the hash, so we have an idea of the commit in some relation to the last fluvio release.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reasons, it doesn't show me any tags, only entry with initial branch

@galibey galibey merged commit b2cb144 into main Apr 26, 2024
5 checks passed
@galibey galibey deleted the feat/update-fluvio-version branch April 26, 2024 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants