Skip to content

Commit

Permalink
Merge pull request #62 from radixdlt/update-scrypto-math-deps
Browse files Browse the repository at this point in the history
Update `scrypto-math` deps
  • Loading branch information
motosharpley committed Jun 27, 2024
2 parents 63cd9ae + 33e39f4 commit 4406bf2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion build_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

set -e

tag=bottlenose-9396c507
# This should match the revision/release used for Radix Engine dependencies
# in the examples.
tag="v1.2.0"

fetch_scrypto() {
if [ ! -d radixdlt-scrypto ] ; then
Expand Down
4 changes: 2 additions & 2 deletions scrypto-design-patterns/yield_amm/amm/Cargo.lock

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

3 changes: 1 addition & 2 deletions scrypto-design-patterns/yield_amm/amm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ resolver = "2"

[dependencies]
scrypto = { version = "1.2.0" }
# TODO: Replace with official scrypto_math dependency when updated
scrypto_math = { git = "https://github.com/lrubasze/scrypto-math", rev = "a9bacca" }
scrypto_math = { git = "https://github.com/ociswap/scrypto-math", tag = "v0.6.0" }

[dev-dependencies]
scrypto-test = { version = "1.2.0" }
Expand Down

0 comments on commit 4406bf2

Please sign in to comment.