Skip to content

Commit

Permalink
Update Scrypto dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Aug 2, 2023
1 parent ea4906a commit e24bdbc
Show file tree
Hide file tree
Showing 24 changed files with 547 additions and 299 deletions.
155 changes: 100 additions & 55 deletions generator/Cargo.lock

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

14 changes: 7 additions & 7 deletions generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ edition = "2021"

[dependencies]
# radixdlt-scrypto dependencies.
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "develop-0e5d82a0", features = ["serde"] }
scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "develop-0e5d82a0", features = ["serde"] }
scrypto-unit = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "develop-0e5d82a0", default-features = false, features = ["lru", "std"] }
transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "develop-0e5d82a0" }
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "develop-0e5d82a0", default-features= false, features = ["std", "lru"] }
radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "develop-0e5d82a0", features = ["serde"] }
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "develop-0e5d82a0" }
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "develop-d663d07", features = ["serde"] }
scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "develop-d663d07", features = ["serde"] }
scrypto-unit = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "develop-d663d07", default-features = false, features = ["lru", "std"] }
transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "develop-d663d07" }
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "develop-d663d07", default-features= false, features = ["std", "lru"] }
radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "develop-d663d07", features = ["serde"] }
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "develop-d663d07" }

# Core Radix Engine Toolkit and Toolkit Native Library
radix-engine-toolkit-core = { path = "../radix-engine-toolkit-core" }
Expand Down
Loading

0 comments on commit e24bdbc

Please sign in to comment.