Skip to content

Commit 17a9eb8

Browse files
stefan-mystenebmifa
authored andcommitted
Exclude move-model-2 from Cargo.toml (#22075)
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] gRPC: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
1 parent d40c99b commit 17a9eb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ exclude = [
3838
"external-crates/move/crates/move-ir-to-bytecode-syntax",
3939
"external-crates/move/crates/move-ir-types",
4040
"external-crates/move/crates/move-model",
41+
"external-crates/move/crates/move-model-2",
4142
"external-crates/move/crates/move-package",
4243
"external-crates/move/crates/move-package-alt",
4344
"external-crates/move/crates/move-proc-macros",

0 commit comments

Comments
 (0)