Skip to content

Commit af0c191

Browse files
committed
v0.11.11 release
1 parent f0b6941 commit af0c191

File tree

7 files changed

+6
-213
lines changed

7 files changed

+6
-213
lines changed

ci.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env bash
2-
3-
# TODO: I should be a CI check, but I'm not yet.
42
set -euxo pipefail
53

64
rustup target add \

example/firmware-eusb-v0_3/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.

example/firmware-eusb-v0_4/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.

example/firmware/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.

example/workbook-host/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.

source/postcard-rpc-test/Cargo.lock

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

source/postcard-rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postcard-rpc"
3-
version = "0.11.10"
3+
version = "0.11.11"
44
authors = ["James Munns <james@onevariable.com>"]
55
edition = "2021"
66
repository = "https://github.com/jamesmunns/postcard-rpc"

0 commit comments

Comments
 (0)