aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenri Chataing <henrichataing@google.com>2024-04-05 16:38:17 -0700
committerhchataing <104974782+hchataing@users.noreply.github.com>2024-04-05 16:43:46 -0700
commit1c4360d02d1496589fb1597a0e49f1b042eaf96c (patch)
tree1b736b50a42aa38304cc0258334670c5fc77e2ce
parent8f104b02993bde68148f2dcbb38211af1c9ce6ac (diff)
downloadpica-1c4360d02d1496589fb1597a0e49f1b042eaf96c.tar.gz
Update version to 0.1.9upstream-main
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 67143ef..ca8765e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -648,7 +648,7 @@ dependencies = [
[[package]]
name = "pica"
-version = "0.1.8"
+version = "0.1.9"
dependencies = [
"anyhow",
"bytes",
diff --git a/Cargo.toml b/Cargo.toml
index 7fea374..d27cd71 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pica"
-version = "0.1.8"
+version = "0.1.9"
edition = "2021"
description = "Pica is a virtual UWB Controller implementing the FiRa UCI specification."
repository = "https://github.com/google/pica"