Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider committed Oct 4, 2024
1 parent 13bb97d commit d207cd7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
21 changes: 13 additions & 8 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
[toolchain]
anchor_version = "0.28.0"
solana_version = "1.16.14"
solana_version = "1.17.34"

[workspace]
members = [
"programs/autobahn-executor"
]
[features]
resolution = true
skip-lint = false

[programs.mainnet]
autobahn_executor = "AutobNFLMzX1rFCDgwWpwr3ztG5c1oDbSrGq7Jj2LgE"

[registry]
url = "https://api.apr.dev"

[provider]
cluster = "mainnet"
cluster = "Mainnet"
wallet = "~/.config/solana/id.json"

[programs.mainnet]
autobahn_executor = "AutobNFLMzX1rFCDgwWpwr3ztG5c1oDbSrGq7Jj2LgE"
[workspace]
members = ["programs/autobahn-executor"]
2 changes: 1 addition & 1 deletion programs/autobahn-executor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ security_txt! {
policy: "https://github.com/blockworks-foundation/autobahn/blob/master/SECURITY.md",
source_code: "https://github.com/blockworks-foundation/autobahn",
source_revision: default_env!("GITHUB_SHA", ""),
source_release: default_env!("GITHUB_REF_NAME", ""),
source_release: default_env!("GITHUB_REF_NAME", "")
}

#[cfg(not(feature = "no-entrypoint"))]
Expand Down

0 comments on commit d207cd7

Please sign in to comment.