Skip to content

Commit

Permalink
fixup! [move docs] Add enums to Move reference book
Browse files Browse the repository at this point in the history
  • Loading branch information
tzakian committed Jun 6, 2024
1 parent 5ddd3ec commit b35fb6f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
repo: MystenLabs/sui
platform: ubuntu
version: mainnet
version: main
cache: enable

# Run the tests in every directory using the latest mainnet binary
Expand Down
26 changes: 26 additions & 0 deletions packages/reference/Move.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# @generated by Move, please check-in and do not edit manually.

[move]
version = 2
manifest_digest = "868EC315260CC0A203EABE09C39C72CFDDB66DE119BDF7E24CE5EAABE30EFCC1"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"
dependencies = [
{ name = "Sui" },
]

[[move.package]]
name = "MoveStdlib"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "main", subdir = "crates/sui-framework/packages/move-stdlib" }

[[move.package]]
name = "Sui"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "main", subdir = "crates/sui-framework/packages/sui-framework" }

dependencies = [
{ name = "MoveStdlib" },
]

[move.toolchain-version]
compiler-version = "1.27.0"
edition = "2024.alpha"
flavor = "sui"
2 changes: 1 addition & 1 deletion packages/reference/Move.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reference"
edition = "2024.beta"
edition = "2024.alpha"

[dependencies.Sui]
git = "https://github.com/MystenLabs/sui.git"
Expand Down

0 comments on commit b35fb6f

Please sign in to comment.