Skip to content

Commit

Permalink
add back dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulk29 committed Jan 24, 2025
1 parent b60d0ea commit f0dafb7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ convert_case = "0.6"
snippets = { version = "0.7.0", registry = "substrate", path = "../docs/snippets" }
macrotools = { version = "0.2.0", registry = "substrate", path = "../libs/macrotools" }

[dev-dependencies]
substrate = { version = "<=0.10.0", registry = "substrate", path = "../substrate" }
scir = { version = "<=0.9.0", registry = "substrate", path = "../libs/scir" }
arcstr = "1"
rust_decimal = "1.30"
rust_decimal_macros = "1.30"

[build-dependencies]
snippets = { version = "0.7.0", registry = "substrate", path = "../docs/snippets" }
examples = { version = "0.2.0", registry = "substrate", path = "../examples" }
Expand Down

0 comments on commit f0dafb7

Please sign in to comment.