Skip to content

Commit

Permalink
update version to 0.5.0; fix dependence err with movefmt
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlzw committed May 3, 2024
1 parent 867a8c1 commit 689b7d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions language/move-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aptos-move-analyzer"
version = "0.4.0"
version = "0.5.0"
authors = ["BitsLab/MoveBit"]
description = "A language server for Move"
repository = "https://github.com/movebit/move"
Expand Down Expand Up @@ -38,8 +38,8 @@ move-package = { git = "https://github.com/movebit/aptos-core.git", branch = "im
move-symbol-pool = { git = "https://github.com/movebit/aptos-core.git", branch = "improve-move-model", package = "move-symbol-pool" }
move-core-types = { git = "https://github.com/movebit/aptos-core.git", branch = "improve-move-model", package = "move-core-types" }
move-cli = { git = "https://github.com/movebit/aptos-core.git", branch = "improve-move-model", package = "move-cli" }
movefmt = { git = "https://github.com/movebit/movefmt.git", branch = "develop" }
commentfmt = { git = "https://github.com/movebit/movefmt.git", branch = "develop", package = "commentfmt" }
movefmt = { git = "https://github.com/movebit/movefmt.git", rev = "4c69626cdc365b8ceb6813b7367bcbaef6548d41" }
commentfmt = { git = "https://github.com/movebit/movefmt.git", rev = "4c69626cdc365b8ceb6813b7367bcbaef6548d41", package = "commentfmt" }
itertools = "0.10.0"
walkdir = "2"
log = "0.4.14"
Expand Down

0 comments on commit 689b7d2

Please sign in to comment.