Skip to content

Commit

Permalink
Update config snapshots to add wasm-debug param
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-hansen committed Mar 1, 2024
1 parent 8477b61 commit 399c56b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ Config {
lib_cargo_args: None,
bin_features: [],
bin_cargo_args: None,
wasm_debug: false,
verbose: 0,
},
watch: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Config {
lib_cargo_args: None,
bin_features: [],
bin_cargo_args: None,
wasm_debug: false,
verbose: 0,
},
watch: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Config {
lib_cargo_args: None,
bin_features: [],
bin_cargo_args: None,
wasm_debug: false,
verbose: 0,
},
watch: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Config {
lib_cargo_args: None,
bin_features: [],
bin_cargo_args: None,
wasm_debug: false,
verbose: 0,
},
watch: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Config {
lib_cargo_args: None,
bin_features: [],
bin_cargo_args: None,
wasm_debug: false,
verbose: 0,
},
watch: true,
Expand Down

0 comments on commit 399c56b

Please sign in to comment.