Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
en committed Oct 23, 2022
1 parent 486de34 commit 9225a30
Show file tree
Hide file tree
Showing 10 changed files with 1,543 additions and 2,351 deletions.
2,237 changes: 1,085 additions & 1,152 deletions Cargo.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[workspace]
members = [
'cli',
'executor',
'inspect',
'primitives',
'rpc',
'runtime',
"cli",
"executor",
"inspect",
"primitives",
"rpc",
"runtime",
]
[profile.release]
panic = 'unwind'
panic = "unwind"
Loading

0 comments on commit 9225a30

Please sign in to comment.