bug fixed

This commit is contained in:
병준 박 2022-08-13 20:47:56 +00:00
parent 9dfab5f145
commit e1a4dbde54
2 changed files with 2 additions and 2 deletions

View File

@ -28,10 +28,10 @@
"extensions": [
"donjayamanne.githistory",
"eamodio.gitlens",
"matklad.rust-analyzer",
"mhutchie.git-graph",
"ms-azuretools.vscode-docker",
"mutantdino.resourcemonitor",
"rust-lang.rust-analyzer",
"serayuzgur.crates",
"tamasfe.even-better-toml",
"vadimcn.vscode-lldb"

View File

@ -14,7 +14,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
prost = { version = "0" }
beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.44-snapshot" }
beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.45-snapshot" }
[build-dependencies]