Skip to content

Commit c744dcf

Browse files
committed
Cargo.toml: Update lpc55_support versions to better reflect reality.
These are the versions currently being used by Cargo.lock
1 parent 45fee02 commit c744dcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ env_logger = "0.11.10"
1414
fs_extra = "1.3.0"
1515
hex = { version = "0.4.3", features = ["serde"] }
1616
log = "0.4.29"
17-
lpc55_sign = { git = "https://github.com/oxidecomputer/lpc55_support", default-features = false, version = "0.3.4" }
18-
lpc55_areas = { git = "https://github.com/oxidecomputer/lpc55_support", default-features = false, version = "0.2.4" }
17+
lpc55_sign = { git = "https://github.com/oxidecomputer/lpc55_support", default-features = false, version = "0.3.5" }
18+
lpc55_areas = { git = "https://github.com/oxidecomputer/lpc55_support", default-features = false, version = "0.2.5" }
1919
num-bigint = "0.4.6"
2020
p256 = "0.13"
2121
pem-rfc7468 = { version = "1.0.0", features = ["alloc", "std"] }

0 commit comments

Comments
 (0)