Skip to content

Commit

Permalink
Revert "FIXME drop this commit - use local solana repo."
Browse files Browse the repository at this point in the history
This reverts commit edca678.
  • Loading branch information
Steven Sloboda committed Jan 17, 2023
1 parent edca678 commit a3649ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions rust/sealevel/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ clap = { version = "4", features = ["derive"] }
hyperlane-sealevel-mailbox = { path = "../programs/mailbox" }
lazy_static = "1.4"
pretty_env_logger = "0.4"
solana-sdk = { version = "=1.14.3", path = "/Users/steven/code/eclipse-labs/eclipse/sdk" }
solana-client = { version = "=1.14.3", path = "/Users/steven/code/eclipse-labs/eclipse/client" }
solana-cli-config = { version = "=1.14.3", path = "/Users/steven/code/eclipse-labs/eclipse/cli-config" }
solana-clap-utils = { version = "=1.14.3", path = "/Users/steven/code/eclipse-labs/eclipse/clap-utils" }
solana-sdk = "=1.14.3"
solana-client = "=1.14.3"
solana-cli-config = "=1.14.3"
solana-clap-utils = "=1.14.3"
2 changes: 1 addition & 1 deletion rust/sealevel/programs/ism/rubber-stamp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
no-entrypoint = []

[dependencies]
solana-program = { version = "=1.14.3", path = "/Users/steven/code/eclipse-labs/eclipse/sdk/program" }
solana-program = "=1.14.3"
hyperlane-sealevel-mailbox = { path = "../../mailbox", features = ["no-entrypoint"] }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion rust/sealevel/programs/mailbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hyperlane-core = { path = "../../hyperlane-core" }
borsh = "0.9"
num-derive = "0.3"
num-traits = "0.2"
solana-program = { version = "=1.14.3", path = "/Users/steven/code/eclipse-labs/eclipse/sdk/program" }
solana-program = "=1.14.3"
thiserror = "1.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rust/sealevel/programs/recipient/echo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
no-entrypoint = []

[dependencies]
solana-program = { version = "=1.14.3", path = "/Users/steven/code/eclipse-labs/eclipse/sdk/program" }
solana-program = "=1.14.3"
hyperlane-sealevel-mailbox = { path = "../../mailbox", features = ["no-entrypoint"] }

[lib]
Expand Down

0 comments on commit a3649ff

Please sign in to comment.