Skip to content

Commit

Permalink
support feature: movefmt
Browse files Browse the repository at this point in the history
  • Loading branch information
edy committed Jan 25, 2024
2 parents 1e482ef + 0725be9 commit b482fcd
Show file tree
Hide file tree
Showing 10 changed files with 201 additions and 567 deletions.
8 changes: 5 additions & 3 deletions language/move-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "aptos-move-analyzer"
version = "0.1.6"
authors = ["Diem Association <[email protected]>"]
version = "0.2.0"
authors = ["BitsLab/MoveBit"]
description = "A language server for Move"
repository = "https://github.com/move-language/move"
repository = "https://github.com/movebit/move"
license = "Apache-2.0"
publish = false
edition = "2021"
Expand Down Expand Up @@ -38,6 +38,8 @@ move-package = { git = "https://github.com/aptos-labs/aptos-core.git", rev = "0b
move-symbol-pool = { git = "https://github.com/aptos-labs/aptos-core.git", rev = "0b5bb471418e36b5f5097f70b8c2cfd9e9b7767d", package = "move-symbol-pool" }
move-core-types = { git = "https://github.com/aptos-labs/aptos-core.git", rev = "0b5bb471418e36b5f5097f70b8c2cfd9e9b7767d", package = "move-core-types" }
move-cli = { git = "https://github.com/aptos-labs/aptos-core.git", rev = "0b5bb471418e36b5f5097f70b8c2cfd9e9b7767d", 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" }
itertools = "0.10.0"
walkdir = "2"
log = "0.4.14"
Expand Down
58 changes: 0 additions & 58 deletions language/move-analyzer/Cargo_previous.toml

This file was deleted.

Loading

0 comments on commit b482fcd

Please sign in to comment.