Rebase fixes

This commit is contained in:
Kirill Bulatov 2023-08-25 14:30:07 +03:00
parent e44516cc6c
commit 8ed280a029
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1220,7 +1220,7 @@ dependencies = [
"tempfile",
"text",
"thiserror",
"time 0.3.24",
"time 0.3.27",
"tiny_http",
"url",
"util",

View File

@ -128,8 +128,8 @@ message Envelope {
InlayHints inlay_hints = 116;
InlayHintsResponse inlay_hints_response = 117;
ResolveInlayHint resolve_inlay_hint = 131;
ResolveInlayHintResponse resolve_inlay_hint_response = 132;
ResolveInlayHint resolve_inlay_hint = 137;
ResolveInlayHintResponse resolve_inlay_hint_response = 138;
RefreshInlayHints refresh_inlay_hints = 118;
CreateChannel create_channel = 119;