Skip to content

Commit

Permalink
move: bump Move.lock files in framework packages (MystenLabs#15194)
Browse files Browse the repository at this point in the history
## Description 

As in title

## Test Plan 

N/A

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
rvantonder authored Dec 9, 2023
1 parent aa73d4a commit 2ff0ec1
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Move.lock
!crates/sui-framework/packages/move-stdlib/Move.lock
!crates/sui-framework/packages/sui-framework/Move.lock
!crates/sui-framework/packages/sui-system/Move.lock
!crates/sui-framework/packages/deepbook/Move.lock
.trace
.coverage_map.mvcov

Expand Down
28 changes: 28 additions & 0 deletions crates/sui-framework/packages/deepbook/Move.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# @generated by Move, please check-in and do not edit manually.

[move]
version = 0
manifest_digest = "56E6EDCD4BC51EB707D183974A323F30BBE2D9AB871D7AD51D0D80D79DF56A97"
deps_digest = "3C4103934B1E040BB6B23F1D610B4EF9F2F1166A50A104EADCF77467C004C600"

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

[[move.package]]
name = "MoveStdlib"
source = { local = "../move-stdlib" }

[[move.package]]
name = "Sui"
source = { local = "../sui-framework" }

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

[move.toolchain-version]
compiler-version = "1.16.0"
edition = "legacy"
flavor = "sui"
7 changes: 7 additions & 0 deletions crates/sui-framework/packages/move-stdlib/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

[move]
version = 0
manifest_digest = "3FF3771B6F639B5D249A1D55EF826B1F6D5CC7C85A69CED739AF49E6B3CAAE71"
deps_digest = "E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855"

[move.toolchain-version]
compiler-version = "1.16.0"
edition = "legacy"
flavor = "sui"
7 changes: 7 additions & 0 deletions crates/sui-framework/packages/sui-framework/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[move]
version = 0
manifest_digest = "20751505E200B1A5E766A503B01DF098239F2D7596998DA04016D9A34FC3E203"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"

dependencies = [
{ name = "MoveStdlib" },
Expand All @@ -10,3 +12,8 @@ dependencies = [
[[move.package]]
name = "MoveStdlib"
source = { local = "../move-stdlib" }

[move.toolchain-version]
compiler-version = "1.16.0"
edition = "legacy"
flavor = "sui"
7 changes: 7 additions & 0 deletions crates/sui-framework/packages/sui-system/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[move]
version = 0
manifest_digest = "67260FCD7E87294C58A3477C87DFEB182EC8E91FF1AEF97234D0FBF5C43BB7DC"
deps_digest = "3C4103934B1E040BB6B23F1D610B4EF9F2F1166A50A104EADCF77467C004C600"

dependencies = [
{ name = "MoveStdlib" },
Expand All @@ -19,3 +21,8 @@ source = { local = "../sui-framework" }
dependencies = [
{ name = "MoveStdlib" },
]

[move.toolchain-version]
compiler-version = "1.16.0"
edition = "legacy"
flavor = "sui"

0 comments on commit 2ff0ec1

Please sign in to comment.