Skip to content

Commit

Permalink
Merge pull request #15 from multiversx/framework-upgrade-0.45.1
Browse files Browse the repository at this point in the history
Framework upgrade 0.45.1
  • Loading branch information
psorinionut authored Dec 19, 2023
2 parents 545ebfb + 658078f commit 57056f4
Show file tree
Hide file tree
Showing 16 changed files with 1,024 additions and 1,860 deletions.
1,452 changes: 432 additions & 1,020 deletions Cargo.lock

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions farm-boosted-rewards-subscriber/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[package]
name = "farm-boosted-rewards-subscriber"
version = "0.0.0"
authors = [ "you",]
authors = ["you"]
edition = "2018"
publish = false

[lib]
path = "src/lib.rs"

[dependencies.multiversx-sc]
version = "=0.43.3"
version = "=0.45.1"

[dependencies.multiversx-sc-modules]
version = "=0.43.3"
version = "=0.45.1"

[dependencies.auto-farm]
git = "https://github.com/multiversx/mx-exchange-tools-sc"
rev = "5ea1698"
rev = "1416a8b"

[dependencies.subscription-fee]
path = "../subscription-fee"
Expand All @@ -26,53 +26,53 @@ path = "../subscriber"

[dependencies.energy-query]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "a94a332"
rev = "b9f5d2d"

[dependencies.energy-factory]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "a94a332"
rev = "b9f5d2d"

[dependencies.pair]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "a94a332"
rev = "b9f5d2d"

[dependencies.farm-with-locked-rewards]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "a94a332"
rev = "b9f5d2d"

[dev-dependencies]
num-bigint = "0.4.2"
num-traits = "0.2"
hex = "0.4"
hex-literal = "0.3.4"

[dev-dependencies.farm-boosted-yields]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "a94a332"
rev = "b9f5d2d"

[dev-dependencies.pausable]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "a94a332"
rev = "b9f5d2d"

[dev-dependencies.farm_token]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "a94a332"
rev = "b9f5d2d"

[dev-dependencies.config]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "a94a332"
rev = "b9f5d2d"

[dev-dependencies.sc_whitelist_module]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "a94a332"
rev = "b9f5d2d"

[dev-dependencies.simple-lock]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "a94a332"
rev = "b9f5d2d"

[dev-dependencies.locking_module]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "a94a332"
rev = "b9f5d2d"

[dev-dependencies.multiversx-sc-scenario]
version = "=0.43.3"

[dev-dependencies]
num-bigint = "0.4.2"
num-traits = "0.2"
hex = "0.4"
hex-literal = "0.3.4"
version = "=0.45.1"
5 changes: 3 additions & 2 deletions farm-boosted-rewards-subscriber/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name = "farm-boosted-rewards-subscriber-meta"
version = "0.0.0"
edition = "2018"
publish = false
authors = [ "you",]
authors = ["you"]

[dev-dependencies]

[dependencies.farm-boosted-rewards-subscriber]
path = ".."

[dependencies.multiversx-sc-meta]
version = "=0.43.3"
version = "=0.45.1"
default-features = false
Loading

0 comments on commit 57056f4

Please sign in to comment.