Skip to content

Commit

Permalink
changed anchor path
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-truitt committed May 3, 2024
1 parent 1fae8a1 commit bac9b9a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
26 changes: 13 additions & 13 deletions programs/Cargo.lock

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

4 changes: 2 additions & 2 deletions programs/asset_controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ default = []
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]

[dependencies]
anchor-lang = { git = "https://github.com/abk-labs/anchor", features = ["interface-instructions", "init-if-needed"], branch = "bugfix/inline-variables-extensions-cpi" }
anchor-spl = { git = "https://github.com/abk-labs/anchor", features = ["token_2022_extensions", "token_2022"], branch = "bugfix/inline-variables-extensions-cpi" }
anchor-lang = { git = "https://github.com/coral-xyz/anchor", features = ["interface-instructions", "init-if-needed"], branch = "bugfix/inline-variables-extensions-cpi" }
anchor-spl = { git = "https://github.com/coral-xyz/anchor", features = ["token_2022_extensions", "token_2022"], branch = "bugfix/inline-variables-extensions-cpi" }
spl-transfer-hook-interface = { version = "0.5.0" }
spl-tlv-account-resolution = "0.4.0"
policy_engine = { path = "../policy_engine", features = ["cpi"] }
Expand Down
4 changes: 2 additions & 2 deletions programs/data_registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ default = []
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]

[dependencies]
anchor-lang = { git = "https://github.com/abk-labs/anchor", branch = "bugfix/inline-variables-extensions-cpi" }
anchor-spl = { git = "https://github.com/abk-labs/anchor", branch = "bugfix/inline-variables-extensions-cpi" }
anchor-lang = { git = "https://github.com/coral-xyz/anchor", branch = "bugfix/inline-variables-extensions-cpi" }
anchor-spl = { git = "https://github.com/coral-xyz/anchor", branch = "bugfix/inline-variables-extensions-cpi" }
4 changes: 2 additions & 2 deletions programs/identity_registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ default = []
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]

[dependencies]
anchor-lang = { git = "https://github.com/abk-labs/anchor", branch = "bugfix/inline-variables-extensions-cpi" }
anchor-spl = { git = "https://github.com/abk-labs/anchor", branch = "bugfix/inline-variables-extensions-cpi" }
anchor-lang = { git = "https://github.com/coral-xyz/anchor", branch = "bugfix/inline-variables-extensions-cpi" }
anchor-spl = { git = "https://github.com/coral-xyz/anchor", branch = "bugfix/inline-variables-extensions-cpi" }
4 changes: 2 additions & 2 deletions programs/policy_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default = []
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]

[dependencies]
anchor-lang = { git = "https://github.com/abk-labs/anchor", branch = "bugfix/inline-variables-extensions-cpi" }
anchor-spl = { git = "https://github.com/abk-labs/anchor", branch = "bugfix/inline-variables-extensions-cpi" }
anchor-lang = { git = "https://github.com/coral-xyz/anchor", branch = "bugfix/inline-variables-extensions-cpi" }
anchor-spl = { git = "https://github.com/coral-xyz/anchor", branch = "bugfix/inline-variables-extensions-cpi" }
num_enum = "0.7.2"
sha256 = "1.5.0"

0 comments on commit bac9b9a

Please sign in to comment.