diff --git a/Cargo.lock b/Cargo.lock index 60827d49..a7330f54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1122,7 +1122,7 @@ dependencies = [ [[package]] name = "fonts" -version = "0.1.0" +version = "0.1.1" dependencies = [ "embedded-graphics", ] @@ -3465,7 +3465,7 @@ dependencies = [ [[package]] name = "uwh-common" -version = "0.1.0" +version = "0.1.1" dependencies = [ "arrayref", "arrayvec 0.7.2", @@ -3483,7 +3483,7 @@ dependencies = [ [[package]] name = "uwh-matrix-drawing" -version = "0.1.0" +version = "0.1.1" dependencies = [ "arrayref", "arrayvec 0.7.2", diff --git a/fonts/Cargo.toml b/fonts/Cargo.toml index 175f4ac5..a45265f4 100644 --- a/fonts/Cargo.toml +++ b/fonts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fonts" -version = "0.1.0" +version = "0.1.1" authors = ["Atlantis Sports "] edition = "2021" diff --git a/uwh-common/Cargo.toml b/uwh-common/Cargo.toml index 73fef397..b310cc1b 100644 --- a/uwh-common/Cargo.toml +++ b/uwh-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uwh-common" -version = "0.1.0" +version = "0.1.1" authors = ["Atlantis Sports "] edition = "2021" @@ -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" diff --git a/uwh-matrix-drawing/Cargo.toml b/uwh-matrix-drawing/Cargo.toml index 538698b4..3a76e960 100644 --- a/uwh-matrix-drawing/Cargo.toml +++ b/uwh-matrix-drawing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uwh-matrix-drawing" -version = "0.1.0" +version = "0.1.1" authors = ["Atlantis Sports "] edition = "2021" @@ -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 } diff --git a/uwh-refbox/Cargo.toml b/uwh-refbox/Cargo.toml index 9ba3a715..092cb1ff 100644 --- a/uwh-refbox/Cargo.toml +++ b/uwh-refbox/Cargo.toml @@ -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"