Skip to content

Commit 20313f2

Browse files
committed
Update crate versions
Signed-off-by: Matt Johnston <[email protected]>
1 parent f5197ef commit 20313f2

File tree

9 files changed

+19
-18
lines changed

9 files changed

+19
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ exclude = [ "mctp-usb-embassy" ]
44
resolver = "2"
55

66
[workspace.dependencies]
7-
mctp = { path = "mctp", version = "0.1.0", default-features = false }
8-
mctp-linux = { path = "mctp-linux", version = "0.1.0" }
9-
mctp-estack = { path = "mctp-estack", version = "0.1.0" }
10-
pldm = { path = "pldm", version = "0.1.0", default-features = false }
11-
pldm-fw = { path = "pldm-fw", version = "0.1.0", default-features = false }
7+
mctp = { version = "0.2", path = "mctp", default-features = false }
8+
mctp-linux = { version = "0.2", path = "mctp-linux" }
9+
mctp-estack = { version = "0.1", path = "mctp-estack" }
10+
pldm = { version = "0.2", path = "pldm", default-features = false }
11+
pldm-fw = { version = "0.2", path = "pldm-fw", default-features = false }
12+
1213
libmctp = "0.2"
1314

1415
embedded-io-async = "0.6"

mctp-linux/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mctp-linux"
33
description = "Management Component Transport Protocol (MCTP) Linux transport"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/CodeConstruct/mctp-rs"

mctp-usb-embassy/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mctp-usb-embassy/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ embassy-futures = { version = "0.1" }
1515
log = { version = "0.4", optional = true }
1616
defmt = { version = "0.3", optional = true }
1717

18-
mctp = { path = "../mctp", default-features = false }
19-
mctp-estack = { path = "../mctp-estack", default-features = false }
18+
mctp = { version = "0.2", path = "../mctp", default-features = false }
19+
mctp-estack = { version = "0.1", path = "../mctp-estack", default-features = false }
2020
heapless = "0.8"
2121

2222
[features]

mctp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mctp"
33
description = "Management Component Transport Protocol (MCTP) base types and traits"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/CodeConstruct/mctp-rs"

pldm-fw-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pldm-fw-cli"
33
description = "Platform Level Data Model (PLDM) for Firmware utilities"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/CodeConstruct/mctp-rs"

pldm-fw/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pldm-fw"
33
description = "Platform Level Data Model (PLDM) for Firmware Update library"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/CodeConstruct/mctp-rs"

pldm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pldm"
33
description = "Platform Level Data Model (PLDM) base types and functions"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/CodeConstruct/mctp-rs"

0 commit comments

Comments
 (0)