Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanDebrunner committed Dec 2, 2022
1 parent d76fb65 commit 09891ee
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 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.1"
version = "0.1.2"
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.1"
version = "0.1.2"
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.1", path = "../fonts" }
fonts = { version = "0.1.2", path = "../fonts" }
more-asserts = "0.2"
serde = { version = "1.0", default-features = false }
serde_derive = "1.0"
uwh-common = { version = "0.1.1", path = "../uwh-common", default-features = false }
uwh-common = { version = "0.1.2", path = "../uwh-common", default-features = false }
2 changes: 1 addition & 1 deletion overlay/Cargo.lock

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

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.1"
version = "0.1.2"
description = "UI for Atlantis Sports's Underwater Hockey Refbox"
authors = ["Atlantis Sports <maintainers@atlantissports.org>"]
edition = "2021"
Expand Down Expand Up @@ -37,8 +37,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.1", path = "../uwh-common"}
matrix-drawing = { version = "0.1.1", path = "../matrix-drawing"}
uwh-common = { version = "0.1.2", path = "../uwh-common"}
matrix-drawing = { version = "0.1.2", 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.1"
version = "0.1.2"
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.1", path = "../fonts" }
fonts = { version = "0.1.2", 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 09891ee

Please sign in to comment.