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

subxt: update to version 0.33 #25

Merged
merged 2 commits into from
Jan 2, 2024

Conversation

karolk91
Copy link
Contributor

adapt to subxt's API changes

adapt to subxt's API changes
Cargo.toml Outdated
@@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE", "README.md"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3" }
futures = "0.3"
subxt = "0.28"
subxt = { version = "0.32.1", features = ["substrate-compat"] }
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks good but there's an even newer version now: https://crates.io/crates/subxt/0.33.0

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thanks for review @ascjones, please find it now updated to 0.33

@karolk91 karolk91 changed the title subxt: update to version 0.32.1 subxt: update to version 0.33 Dec 28, 2023
Copy link
Contributor

@ascjones ascjones left a comment

Choose a reason for hiding this comment

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

Thanks!

@athei athei merged commit 3140d9b into paritytech:master Jan 2, 2024
6 checks passed
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.

None yet

3 participants