Skip to content

Commit

Permalink
Merge pull request #2029 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 68a9c08 + fcd1476 commit 0ca83f2
Show file tree
Hide file tree
Showing 42 changed files with 214 additions and 211 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-cargo-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: selfhosted-ec2-ubuntu-22-2core
steps:
- uses: RDXWorks-actions/checkout@main
- name: Setup environment
uses: ./.github/actions/setup-env
- uses: radixdlt/public-iac-resuable-artifacts/fetch-secrets@main
with:
role_name: "arn:aws:iam::308190735829:role/gh-common-secrets-read-access"
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.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 }
radix-blueprint-schema-init = { version = "1.3.0", path = "./radix-blueprint-schema-init", default-features = false }
radix-common = { version = "1.3.0", path = "./radix-common", default-features = false }
radix-common-derive = { version = "1.3.0", path = "./radix-common-derive", default-features = false }
radix-engine = { version = "1.3.0", path = "./radix-engine", default-features = false }
radix-engine-toolkit-common = { version = "1.3.0", path = "./radix-engine-toolkit-common", default-features = false }
radix-engine-interface = { version = "1.3.0", path = "./radix-engine-interface", default-features = false }
radix-engine-profiling = { version = "1.3.0", path = "./radix-engine-profiling", default-features = false }
radix-engine-profiling-derive = { version = "1.3.0", path = "./radix-engine-profiling-derive", default-features = false }
radix-native-sdk = { version = "1.3.0", path = "./radix-native-sdk", default-features = false }
radix-rust = { version = "1.3.0", path = "./radix-rust", default-features = false }
radix-sbor-derive = { version = "1.3.0", path = "./radix-sbor-derive", default-features = false }
radix-substate-store-impls = { version = "1.3.0", path = "./radix-substate-store-impls", default-features = false }
radix-substate-store-interface = { version = "1.3.0", path = "./radix-substate-store-interface", default-features = false }
radix-substate-store-queries = { version = "1.3.0", path = "./radix-substate-store-queries", default-features = false }
radix-transaction-scenarios = { version = "1.3.0", path = "./radix-transaction-scenarios", default-features = false }
radix-transactions = { version = "1.3.0", path = "./radix-transactions", default-features = false }
sbor = { version = "1.3.0", path = "./sbor", default-features = false }
sbor-derive = { version = "1.3.0", path = "./sbor-derive", default-features = false }
sbor-derive-common = { version = "1.3.0", path = "./sbor-derive-common", default-features = false }
scrypto = { version = "1.3.0", path = "./scrypto", default-features = false }
scrypto-bindgen = { version = "1.3.0", path = "./scrypto-bindgen", default-features = false }
scrypto-compiler = { version = "1.3.0", path = "./scrypto-compiler", default-features = false }
scrypto-derive = { version = "1.3.0", path = "./scrypto-derive", default-features = false }
scrypto-test = { version = "1.3.0", 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 0ca83f2

Please sign in to comment.