Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Upgrade gpl_session to use anchor 0.27.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekk92 authored Jul 18, 2023
1 parent fa99378 commit dcfd2b6
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 26 deletions.
222 changes: 198 additions & 24 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion programs/gpl_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ default = []

[dependencies]
anchor-lang = { version = "0.26.0" }
gpl-session = { version = "0.2.0", path = "../gpl_session", features = ["no-entrypoint"] }
gpl-session = { version = "0.2.0", features = ["no-entrypoint"] }
gpl-nameservice = { version = "0.1.0", path = "../gpl_nameservice", features = ["no-entrypoint"] }
solana-security-txt = "1.1.0"
2 changes: 1 addition & 1 deletion programs/gpl_session/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ cpi = ["no-entrypoint"]
default = []

[dependencies]
anchor-lang = "0.26.0"
anchor-lang = "0.27.0"
solana-security-txt = "1.1.0"
gpl-session-macros = { version = "0.1.0", path = "macros", optional = true }

0 comments on commit dcfd2b6

Please sign in to comment.