Skip to content

Commit 508b0da

Browse files
committed
edit
1 parent 476f603 commit 508b0da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### New Features
66

7-
- command: new `targets` section in `firedbg.toml` to provide paramsto debugg targets
7+
- command: new `targets` section in `firedbg.toml` to provide params to debugg targets
88
```toml
99
[[targets]]
1010
# `quicksort/src/bin/quicksort.rs` (Binary)

command/src/cfg.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use std::collections::BTreeMap;
44
#[derive(Debug, Clone, PartialEq, Eq, Default, Serialize, Deserialize)]
55
pub struct Config {
66
pub workspace: Workspace,
7+
#[serde(default)]
78
pub targets: Vec<Target>,
89
}
910

0 commit comments

Comments
 (0)