Skip to content

Commit

Permalink
Update subxt requirement from 0.33 to 0.34 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 24, 2024
1 parent 4fc3b58 commit d231a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE", "README.md"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3" }
futures = "0.3"
subxt = { version = "0.33", features = ["substrate-compat"] }
subxt = { version = "0.34", features = ["substrate-compat"] }

[dev-dependencies]
clap = { version = "4", features = ["derive"] }
Expand Down

0 comments on commit d231a0a

Please sign in to comment.