Skip to content

Commit 7ee308c

Browse files
committed
Bump
1 parent 9ef7f89 commit 7ee308c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renderer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "renderer"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -19,6 +19,7 @@ enum-map = "2.7.3"
1919
glium = "0.36.0"
2020
glutin-winit = "0.5.0"
2121
hmac = "0.12.1"
22+
humantime = "2.2.0"
2223
image = { version = "0.25.1", default-features = false, features = ["png"] }
2324
moka = { version = "0.12.10", features = ["future", "sync"] }
2425
prost = "0.13.0"
@@ -35,7 +36,6 @@ urlencoding = "2.1.3"
3536
winit = "0.30.9"
3637

3738
justnames = { git = "https://github.com/EEWBot/justnames", tag = "v0.1.0" }
38-
humantime = "2.2.0"
3939

4040
[build-dependencies]
4141
prost-build = "0.13.5"

0 commit comments

Comments
 (0)