File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ apollo_reverts.path = "crates/apollo_reverts"
128128apollo_rpc.path = " crates/apollo_rpc"
129129apollo_rpc_execution.path = " crates/apollo_rpc_execution"
130130apollo_starknet_client.path = " crates/apollo_starknet_client"
131- apollo_starknet_os_program. path = " crates/apollo_starknet_os_program"
131+ apollo_starknet_os_program = { path = " crates/apollo_starknet_os_program" , version = " 0.15.0-rc.0 " }
132132apollo_state_reader.path = " crates/apollo_state_reader"
133133apollo_state_sync.path = " crates/apollo_state_sync"
134134apollo_state_sync_metrics.path = " crates/apollo_state_sync_metrics"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const MAIN_PARENT_BRANCH: &str = "main";
1515const EXPECTED_MAIN_VERSION : & str = "0.0.0" ;
1616
1717static ROOT_CRATES_FOR_PUBLISH : LazyLock < HashSet < & str > > =
18- LazyLock :: new ( || HashSet :: from ( [ "blockifier" ] ) ) ;
18+ LazyLock :: new ( || HashSet :: from ( [ "blockifier" , "apollo_starknet_os_program" ] ) ) ;
1919static CRATES_FOR_PUBLISH : LazyLock < HashSet < String > > = LazyLock :: new ( || {
2020 let publish_deps: HashSet < String > = ROOT_CRATES_FOR_PUBLISH
2121 . iter ( )
You can’t perform that action at this time.
0 commit comments