Skip to content

Commit 532b954

Browse files
committed
Update deps
1 parent f94e274 commit 532b954

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cargo.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ version = "0.2.0"
44
authors = ["Bond_009 <[email protected]>"]
55
keywords = ["discord", "rpc", "cmus"]
66
repository = "https://github.com/Bond-009/cmus-discord-rpc"
7-
edition = "2018"
7+
edition = "2021"
88

99
[profile.release]
10-
debug = false
10+
codegen-units = 1
1111
lto = true
12-
opt-level = 3
1312
panic = "abort"
1413

1514
[dependencies]
16-
env_logger = "^0.9"
15+
env_logger = "^0.10"
1716
log = "^0.4"
1817
regex = "^1.7"
1918

0 commit comments

Comments
 (0)