Skip to content

Commit

Permalink
upgraded scrypto to v0.11.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kansuler committed Jul 28, 2023
1 parent cdf27c3 commit 8e7e54b
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 43 deletions.
77 changes: 39 additions & 38 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ version = "0.1.0"
edition = "2021"

[dependencies]
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v0.10.0" }
scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v0.10.0" }
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v0.11.0" }
scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v0.11.0" }

[dev-dependencies]
transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v0.10.0" }
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v0.10.0" }
scrypto-unit = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v0.10.0" }
transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v0.11.0" }
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v0.11.0" }
scrypto-unit = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v0.11.0" }

[profile.release]
opt-level = 's' # Optimize for size.
Expand Down

0 comments on commit 8e7e54b

Please sign in to comment.