Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grishasobol committed Dec 2, 2024
1 parent 6126cc9 commit eafd30f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/cargo-gbuild/test-program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ gstd = { path = "../../../gstd" }
[dev-dependencies]
gtest = { path = "../../../gtest" }

# TODO: remove in case of parity-scale-codec 3.7.0 release
parity-scale-codec-derive = "=3.6.12"

[features]
debug = ["gstd/debug"]
default = []
Expand Down

0 comments on commit eafd30f

Please sign in to comment.