Skip to content

Commit 7b5683c

Browse files
committed
Support dumping Turin data structures and Milan data structures at the same time.
Fixes <#191>.
1 parent b6c0a6e commit 7b5683c

File tree

5 files changed

+187
-77
lines changed

5 files changed

+187
-77
lines changed

Cargo.lock

Lines changed: 33 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
amd-apcb = { git = "https://github.com/oxidecomputer/amd-apcb.git", tag = "v0.3.3", features = ["std", "serde", "schemars"] }
10+
amd-apcb = { git = "https://github.com/oxidecomputer/amd-apcb.git", branch = "issue-135", features = ["std", "serde", "schemars"] }
1111
amd-efs = { git = "ssh://git@github.com/oxidecomputer/amd-efs.git", tag = "v0.4.0", features = ["std", "serde", "schemars"] }
1212
goblin = { version = "0.4", features = ["elf64", "endian_fd"] }
1313
serde = { version = "1.0", default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)