Skip to content

Commit 12cbbb5

Browse files
committed
Fix compile errors on latest rust
1 parent 00c0877 commit 12cbbb5

File tree

2 files changed

+114
-51
lines changed

2 files changed

+114
-51
lines changed

Cargo.lock

Lines changed: 112 additions & 49 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
@@ -6,5 +6,5 @@ edition = "2021"
66

77
[dependencies]
88
Inflector = "*"
9-
log = "0.4.20"
10-
simplelog = "0.12.1"
9+
log = "0.4"
10+
simplelog = "0.12"

0 commit comments

Comments
 (0)