Skip to content

Commit 0aa8453

Browse files
committed
update resolver
1 parent 787e914 commit 0aa8453

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
2-
resolver = "2"
2+
resolver = "3"
33
members = [
44
"tl-types",
55
"tl-parser",

tl-generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ repository = "https://github.com/lifr0m/tl"
88

99
[dependencies]
1010
tl-parser = { path = "../tl-parser" }
11-
convert_case = "0"
11+
convert_case = "0.8"

0 commit comments

Comments
 (0)