Skip to content

Commit

Permalink
Merge #147
Browse files Browse the repository at this point in the history
147: Bump to v0.1.3 r=TristanDebrunner a=TristanDebrunner



Co-authored-by: Tristan Debrunner <tdebrunner@atlantissports.org>
  • Loading branch information
bors[bot] and TristanDebrunner authored Jan 18, 2023
2 parents 6cc41e4 + f28208e commit 67e0aee
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.1.2"
version = "0.1.3"
authors = ["Atlantis Sports <maintainers@atlantissports.org>"]
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.1.2"
version = "0.1.3"
authors = ["Atlantis Sports <maintainers@atlantissports.org>"]
edition = "2021"

Expand All @@ -12,8 +12,8 @@ std = ["arrayvec/std", "serde/std", "uwh-common/std"]
arrayref = "0.3.6"
arrayvec = { version = "0.7.2", default-features = false }
embedded-graphics = "0.7.1"
fonts = { version = "0.1.2", path = "../fonts" }
fonts = { version = "0.1.3", path = "../fonts" }
more-asserts = "0.2"
serde = { version = "1.0", default-features = false }
serde_derive = "1.0"
uwh-common = { version = "0.1.2", path = "../uwh-common", default-features = false }
uwh-common = { version = "0.1.3", 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.1.0"
version = "0.1.3"
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.1.2"
version = "0.1.3"
description = "UI for Atlantis Sports's Underwater Hockey Refbox"
authors = ["Atlantis Sports <maintainers@atlantissports.org>"]
edition = "2021"
Expand Down Expand Up @@ -40,8 +40,8 @@ time = { version = "0.3", features = ["local-offset", "macros", "serde", "serde-
tokio = { version = "1.18", features = ["io-util", "macros", "net", "sync", "time"] }
tokio-serial = "5.4"
toml = "0.5"
uwh-common = { version = "0.1.2", path = "../uwh-common"}
matrix-drawing = { version = "0.1.2", path = "../matrix-drawing"}
uwh-common = { version = "0.1.3", path = "../uwh-common"}
matrix-drawing = { version = "0.1.3", path = "../matrix-drawing"}
web-audio-api = { version = "0.26", default-features = false, features = ["cpal"] }

[target.'cfg(target_os = "linux")'.dependencies]
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.1.2"
version = "0.1.3"
authors = ["Atlantis Sports <maintainers@atlantissports.org>"]
edition = "2021"

Expand All @@ -14,7 +14,7 @@ arrayvec = { version = "0.7.2", default-features = false, features = ["serde"] }
defmt = "0.3.1"
derivative = { version = "2.2.0", features = ["use_core"] }
displaydoc = { version = "0.2.3", default-features = false }
fonts = { version = "0.1.2", path = "../fonts" }
fonts = { version = "0.1.3", path = "../fonts" }
log = "0.4.16"
serde = { version = "1.0", default-features = false, features = ["derive"] }
time = { version = "0.3", features = [
Expand Down

0 comments on commit 67e0aee

Please sign in to comment.