Skip to content

Commit 3b3b9b6

Browse files
committed
Bump version 0.1.10
1 parent d2294ac commit 3b3b9b6

File tree

2 files changed

+42
-7
lines changed

2 files changed

+42
-7
lines changed

Cargo.lock

Lines changed: 40 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

66
[dependencies]
@@ -14,7 +14,7 @@ serde = { version = "1.0.219", features = ["derive"] }
1414
serde_yaml = "0.9.34"
1515
thiserror = "2.0.12"
1616
dirs-next = "2.0.0"
17-
tokio = { version = "1.45.0", features = ["io-util", "fs"] }
17+
tokio = { version = "1.46.1", features = ["io-util", "fs"] }
1818
handlebars = "6.3.2"
1919
serde_json = "1.0.140"
2020
rodio = { version = "0.20.1" }

0 commit comments

Comments
 (0)