Skip to content

Commit

Permalink
Relax postcard version to allow for both 1.0 and 1.1 versions of post…
Browse files Browse the repository at this point in the history
…card (#65)
  • Loading branch information
jamesmunns authored Dec 13, 2024
1 parent 6bc302c commit d88779e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions example/firmware/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/firmware/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ embedded-hal-bus = { version = "0.1", features = ["async"] }
lis3dh-async = { version = "0.9.2", features = ["defmt"] }
panic-probe = { version = "0.3", features = ["print-defmt"] }
postcard-rpc = { version = "0.11", features = ["embassy-usb-0_3-server"] }
postcard = { version = "1.1.0" }
postcard = { version = "1.0.10" }
postcard-schema = { version = "0.2.0", features = ["derive"] }
portable-atomic = { version = "1.6.0", features = ["critical-section"] }

Expand Down
4 changes: 2 additions & 2 deletions example/workbook-host/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions source/postcard-rpc-test/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/postcard-rpc-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies.postcard]
version = "1.1.0"
version = "1.0.10"
features = ["use-std", "experimental-derive"]

[dependencies.serde]
Expand Down
2 changes: 1 addition & 1 deletion source/postcard-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ features = [
cobs = { version = "0.2.3", optional = true, default-features = false }
defmt = { version = "0.3.5", optional = true }
heapless = "0.8.0"
postcard = { version = "1.1.0" }
postcard = { version = "1.0.10" }
serde = { version = "1.0.192", default-features = false, features = ["derive"] }
postcard-schema = { version = "0.2.0", features = ["derive"] }

Expand Down

0 comments on commit d88779e

Please sign in to comment.