Skip to content

Commit

Permalink
Downgrade parity-scale-coded to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Dec 25, 2024
1 parent 309f891 commit b78519c
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 @@ -10,7 +10,7 @@ authors = ["Kevin Wang <[email protected]>"]
hex = { version = "0.4", default-features = false, features = ["alloc"] }
serde = { version = "1.0.215", default-features = false, features = ["derive"] }
base64 = { version = "0.22.1", default-features = false, features = ["alloc"] }
scale = { package = "parity-scale-codec", version = "3.7.0", default-features = false, features = [
scale = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = [
"derive",
] }
scale-info = { version = "2.11.6", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit b78519c

Please sign in to comment.