Skip to content

Commit

Permalink
fix scale codec version
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Dec 20, 2024
1 parent fe58fe7 commit 80c9505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/basic-template/generate-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ program = { package = "{{project-name}}", path = "..", default-features = false,
] }
schemars = "0.8.16"
serde_json = { version = "1.0" }
codec = { package = "parity-scale-codec", version = "3.7.0", default-features = false }
codec = { package = "parity-scale-codec", version = "3.6.8", default-features = false }

0 comments on commit 80c9505

Please sign in to comment.