Skip to content

Commit b0b5d29

Browse files
committed
Use postcard crates.io release for serde traits on errors
1 parent 9d4544d commit b0b5d29

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "meadow"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Robotics-focused middleware for embedded Linux"
55
authors = ["Christopher Moran <christopher.and.moran@gmail.com>"]
66
edition = "2018"
@@ -24,8 +24,7 @@ quic = ["quinn", "rustls", "rustls-pemfile", "rcgen", "futures-util"]
2424
thiserror = "1.0"
2525
# de/serialization and message sending
2626
serde = {version = "1", default-features = false, features = ["derive"]}
27-
# postcard = {version = "1", features = ["alloc"]}
28-
postcard = {git = "https://github.com/jamesmunns/postcard.git", rev = "1bd6d79247ce7847b7e0dbc5e839b18c84cb8fa4", features = ["alloc"]}
27+
postcard = {version = ">=1.1.2", features = ["alloc"]}
2928
chrono = {version = "0.4", features = ["serde"]}
3029
# key value store, networking, and async
3130
sled = "0.34"

0 commit comments

Comments
 (0)