Skip to content

Commit

Permalink
Merge pull request #2027 from radixdlt/main
Browse files Browse the repository at this point in the history
Merge main into develop
  • Loading branch information
iamyulong authored Nov 26, 2024
2 parents f403fac + 5d8366b commit 68a9c08
Show file tree
Hide file tree
Showing 40 changed files with 201 additions and 201 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-cargo-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
publish-crates:
runs-on: ubuntu-latest
runs-on: selfhosted-ec2-ubuntu-22-2core
steps:
- uses: RDXWorks-actions/checkout@main
- uses: radixdlt/public-iac-resuable-artifacts/fetch-secrets@main
Expand Down
58 changes: 29 additions & 29 deletions Cargo.lock

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

48 changes: 24 additions & 24 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,30 +44,30 @@ members = [
]

[workspace.dependencies]
radix-blueprint-schema-init = { version = "1.3.0-rc.2", path = "./radix-blueprint-schema-init", default-features = false }
radix-common = { version = "1.3.0-rc.2", path = "./radix-common", default-features = false }
radix-common-derive = { version = "1.3.0-rc.2", path = "./radix-common-derive", default-features = false }
radix-engine = { version = "1.3.0-rc.2", path = "./radix-engine", default-features = false }
radix-engine-toolkit-common = { version = "1.3.0-rc.2", path = "./radix-engine-toolkit-common", default-features = false }
radix-engine-interface = { version = "1.3.0-rc.2", path = "./radix-engine-interface", default-features = false }
radix-engine-profiling = { version = "1.3.0-rc.2", path = "./radix-engine-profiling", default-features = false }
radix-engine-profiling-derive = { version = "1.3.0-rc.2", path = "./radix-engine-profiling-derive", default-features = false }
radix-native-sdk = { version = "1.3.0-rc.2", path = "./radix-native-sdk", default-features = false }
radix-rust = { version = "1.3.0-rc.2", path = "./radix-rust", default-features = false }
radix-sbor-derive = { version = "1.3.0-rc.2", path = "./radix-sbor-derive", default-features = false }
radix-substate-store-impls = { version = "1.3.0-rc.2", path = "./radix-substate-store-impls", default-features = false }
radix-substate-store-interface = { version = "1.3.0-rc.2", path = "./radix-substate-store-interface", default-features = false }
radix-substate-store-queries = { version = "1.3.0-rc.2", path = "./radix-substate-store-queries", default-features = false }
radix-transaction-scenarios = { version = "1.3.0-rc.2", path = "./radix-transaction-scenarios", default-features = false }
radix-transactions = { version = "1.3.0-rc.2", path = "./radix-transactions", default-features = false }
sbor = { version = "1.3.0-rc.2", path = "./sbor", default-features = false }
sbor-derive = { version = "1.3.0-rc.2", path = "./sbor-derive", default-features = false }
sbor-derive-common = { version = "1.3.0-rc.2", path = "./sbor-derive-common", default-features = false }
scrypto = { version = "1.3.0-rc.2", path = "./scrypto", default-features = false }
scrypto-bindgen = { version = "1.3.0-rc.2", path = "./scrypto-bindgen", default-features = false }
scrypto-compiler = { version = "1.3.0-rc.2", path = "./scrypto-compiler", default-features = false }
scrypto-derive = { version = "1.3.0-rc.2", path = "./scrypto-derive", default-features = false }
scrypto-test = { version = "1.3.0-rc.2", path = "./scrypto-test", default-features = false }
radix-blueprint-schema-init = { version = "1.3.0-rc.3", path = "./radix-blueprint-schema-init", default-features = false }
radix-common = { version = "1.3.0-rc.3", path = "./radix-common", default-features = false }
radix-common-derive = { version = "1.3.0-rc.3", path = "./radix-common-derive", default-features = false }
radix-engine = { version = "1.3.0-rc.3", path = "./radix-engine", default-features = false }
radix-engine-toolkit-common = { version = "1.3.0-rc.3", path = "./radix-engine-toolkit-common", default-features = false }
radix-engine-interface = { version = "1.3.0-rc.3", path = "./radix-engine-interface", default-features = false }
radix-engine-profiling = { version = "1.3.0-rc.3", path = "./radix-engine-profiling", default-features = false }
radix-engine-profiling-derive = { version = "1.3.0-rc.3", path = "./radix-engine-profiling-derive", default-features = false }
radix-native-sdk = { version = "1.3.0-rc.3", path = "./radix-native-sdk", default-features = false }
radix-rust = { version = "1.3.0-rc.3", path = "./radix-rust", default-features = false }
radix-sbor-derive = { version = "1.3.0-rc.3", path = "./radix-sbor-derive", default-features = false }
radix-substate-store-impls = { version = "1.3.0-rc.3", path = "./radix-substate-store-impls", default-features = false }
radix-substate-store-interface = { version = "1.3.0-rc.3", path = "./radix-substate-store-interface", default-features = false }
radix-substate-store-queries = { version = "1.3.0-rc.3", path = "./radix-substate-store-queries", default-features = false }
radix-transaction-scenarios = { version = "1.3.0-rc.3", path = "./radix-transaction-scenarios", default-features = false }
radix-transactions = { version = "1.3.0-rc.3", path = "./radix-transactions", default-features = false }
sbor = { version = "1.3.0-rc.3", path = "./sbor", default-features = false }
sbor-derive = { version = "1.3.0-rc.3", path = "./sbor-derive", default-features = false }
sbor-derive-common = { version = "1.3.0-rc.3", path = "./sbor-derive-common", default-features = false }
scrypto = { version = "1.3.0-rc.3", path = "./scrypto", default-features = false }
scrypto-bindgen = { version = "1.3.0-rc.3", path = "./scrypto-bindgen", default-features = false }
scrypto-compiler = { version = "1.3.0-rc.3", path = "./scrypto-compiler", default-features = false }
scrypto-derive = { version = "1.3.0-rc.3", path = "./scrypto-derive", default-features = false }
scrypto-test = { version = "1.3.0-rc.3", path = "./scrypto-test", default-features = false }

arbitrary = { version = "1.3.0", features = ["derive"] }
bech32 = { version = "0.9.0", default-features = false }
Expand Down
Loading

0 comments on commit 68a9c08

Please sign in to comment.