Skip to content

Commit

Permalink
change runtime versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Plisson committed Jul 5, 2023
1 parent 0abe925 commit 73a7160
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 35 deletions.
77 changes: 45 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion massa-execution-exports/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ massa_pos_exports = { path = "../massa-pos-exports" }
massa_ledger_exports = { path = "../massa-ledger-exports", optional = true }
massa_module_cache = { path = "../massa-module-cache" }
massa_versioning = { path = "../massa-versioning" }
massa-sc-runtime = { git = "https://github.com/massalabs/massa-sc-runtime", branch = "get-operation-id" }
massa-sc-runtime = { git = "https://github.com/massalabs/massa-sc-runtime", branch = "main" }

[dev-dependencies]
mockall = "0.11.4"
Expand Down
2 changes: 1 addition & 1 deletion massa-execution-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ massa_execution_exports = { path = "../massa-execution-exports" }
massa_models = { path = "../massa-models" }
massa_storage = { path = "../massa-storage" }
massa_hash = { path = "../massa-hash" }
massa-sc-runtime = { git = "https://github.com/massalabs/massa-sc-runtime", branch = "get-operation-id" }
massa-sc-runtime = { git = "https://github.com/massalabs/massa-sc-runtime", branch = "main" }
massa_metrics = { path = "../massa-metrics" }
massa_module_cache = { path = "../massa-module-cache" }
massa_signature = { path = "../massa-signature" }
Expand Down
2 changes: 1 addition & 1 deletion massa-module-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rocksdb = "0.20"
massa_hash = { path = "../massa-hash" }
massa_models = { path = "../massa-models" }
massa_serialization = { path = "../massa-serialization" }
massa-sc-runtime = { git = "https://github.com/massalabs/massa-sc-runtime", branch = "get-operation-id", features = [
massa-sc-runtime = { git = "https://github.com/massalabs/massa-sc-runtime", branch = "main", features = [
"testing",
] }

Expand Down

0 comments on commit 73a7160

Please sign in to comment.