Skip to content

Commit 08bca51

Browse files
authored
Fix state_machines_macros dependency conflict (#5)
* Fix state_machine dependency * fmt
1 parent 2b4c6d9 commit 08bca51

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/verus.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ pub fn system_crates() -> HashSet<&'static str> {
154154
"vstd",
155155
"verus_builtin",
156156
"verus_builtin_macros",
157+
"verus_state_machines_macros",
157158
])
158159
}
159160

@@ -166,6 +167,7 @@ pub fn system_crates() -> HashSet<&'static str> {
166167
"vstd",
167168
"verus_builtin",
168169
"verus_builtin_macros",
170+
"verus_state_machines_macros",
169171
])
170172
}
171173

@@ -176,10 +178,9 @@ pub fn system_crates() -> HashSet<&'static str> {
176178
"build-script-build",
177179
"borsh",
178180
"vstd",
179-
// "builtin",
180-
// "builtin_macros",
181181
"verus_builtin",
182182
"verus_builtin_macros",
183+
"verus_state_machines_macros",
183184
])
184185
}
185186

0 commit comments

Comments
 (0)