Skip to content

Commit b5e1260

Browse files
committedNov 12, 2024·
libosdp: Bump libosdp-sys version to v3.0.7
Signed-off-by: Siddharth Chandrasekaran <sidcha.dev@gmail.com>
1 parent e2ddcaa commit b5e1260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libosdp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["development-tools", "embedded"]
1515
[dependencies]
1616
bitflags = "2.4.0"
1717
embedded-io = { version = "0.6.1", features = ["alloc"] }
18-
libosdp-sys = { path = "../libosdp-sys", default-features = false }
18+
libosdp-sys = "3.0.7"
1919
log = { version = "0.4.20", optional = true }
2020
serde = { version = "1.0.192", features = ["derive", "alloc"], default-features = false }
2121
thiserror = { version = "1.0.50", optional = true }

0 commit comments

Comments
 (0)
Please sign in to comment.