Skip to content

Commit

Permalink
Bump version nums to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanDebrunner committed Jul 27, 2022
1 parent a1e76d4 commit 93bc8ee
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 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.0"
version = "0.1.1"
authors = ["Atlantis Sports <maintainers@atlantissports.org>"]
edition = "2021"

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.0"
version = "0.1.1"
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.0", path = "../fonts" }
fonts = { version = "0.1.1", path = "../fonts" }
log = "0.4.16"
serde = { version = "1.0", default-features = false }
serde_derive = "1.0"
Expand Down
6 changes: 3 additions & 3 deletions uwh-matrix-drawing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uwh-matrix-drawing"
version = "0.1.0"
version = "0.1.1"
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.0", path = "../fonts" }
fonts = { version = "0.1.1", path = "../fonts" }
more-asserts = "0.2"
serde = { version = "1.0", default-features = false }
serde_derive = "1.0"
uwh-common = { version = "0.1.0", path = "../uwh-common", default-features = false }
uwh-common = { version = "0.1.1", path = "../uwh-common", default-features = false }
4 changes: 2 additions & 2 deletions uwh-refbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,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.0", path = "../uwh-common"}
uwh-matrix-drawing = { version = "0.1.0", path = "../uwh-matrix-drawing"}
uwh-common = { version = "0.1.1", path = "../uwh-common"}
uwh-matrix-drawing = { version = "0.1.1", path = "../uwh-matrix-drawing"}

[target.'cfg(windows)'.build-dependencies]
winres = "0.1"
Expand Down

0 comments on commit 93bc8ee

Please sign in to comment.