Skip to content

Commit

Permalink
Bump versions to 0.2.1 (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanDebrunner authored Nov 20, 2024
1 parent 966a411 commit bb247f5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions 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 fonts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fonts"
version = "0.2.0"
version = "0.2.1"
authors = ["Atlantis Sports <[email protected]>"]
edition = "2021"

Expand Down
6 changes: 3 additions & 3 deletions matrix-drawing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "matrix-drawing"
version = "0.2.0"
version = "0.2.1"
authors = ["Atlantis Sports <[email protected]>"]
edition = "2021"

Expand All @@ -12,8 +12,8 @@ std = ["arrayvec/std", "serde/std", "uwh-common/std"]
arrayref = "0.3"
arrayvec = { version = "0.7", default-features = false }
embedded-graphics = "0.8"
fonts = { version = "0.2.0", path = "../fonts" }
fonts = { version = "0.2.1", path = "../fonts" }
more-asserts = "0.3"
serde = { version = "1", default-features = false }
serde_derive = "1"
uwh-common = { version = "0.2.0", path = "../uwh-common", default-features = false }
uwh-common = { version = "0.2.1", path = "../uwh-common", default-features = false }
2 changes: 1 addition & 1 deletion overlay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "overlay"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
6 changes: 3 additions & 3 deletions refbox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "refbox"
version = "0.2.0"
version = "0.2.1"
description = "UI for Atlantis Sports's Underwater Hockey Refbox"
authors = ["Atlantis Sports <[email protected]>"]
edition = "2021"
Expand Down Expand Up @@ -44,8 +44,8 @@ time = { version = "0.3", features = ["local-offset", "macros", "serde", "serde-
tokio = { version = "1", features = ["io-util", "macros", "net", "sync", "time"] }
tokio-serial = "5"
toml = "0.8"
uwh-common = { version = "0.2.0", path = "../uwh-common"}
matrix-drawing = { version = "0.2.0", path = "../matrix-drawing"}
uwh-common = { version = "0.2.1", path = "../uwh-common"}
matrix-drawing = { version = "0.2.1", path = "../matrix-drawing"}
web-audio-api = { version = "1.0", default-features = false, features = ["cpal"] }
enum-iterator = "2.1.0"

Expand Down
4 changes: 2 additions & 2 deletions uwh-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uwh-common"
version = "0.2.0"
version = "0.2.1"
authors = ["Atlantis Sports <[email protected]>"]
edition = "2021"

Expand All @@ -15,7 +15,7 @@ defmt = "0.3"
derivative = { version = "2", features = ["use_core"] }
displaydoc = { version = "0.2", default-features = false }
enum-derive-2018 = { version = "3", optional = true }
fonts = { version = "0.2.0", path = "../fonts" }
fonts = { version = "0.2.1", path = "../fonts" }
log = "0.4"
reqwest = { version = "0.12", optional = true, features = ["json"] }
macro-attr-2018 = "3"
Expand Down

0 comments on commit bb247f5

Please sign in to comment.