forked from move-language/move
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
201 additions
and
567 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.