Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarpavlovsky committed Nov 20, 2023
1 parent 06f499a commit 4490e36
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:
env:
CARGO_TERM_COLOR: always
CARGO_BUILD_TARGET: x86_64-unknown-linux-gnu
RUST_TOOLCHAIN: 1.71.1
RUST_TOOLCHAIN: 1.66.1
SOLANA_VERSION: "1.14.17"
PROGRAM_PATH: "programs/marginfi/"

Expand Down
2 changes: 2 additions & 0 deletions clients/rust/marginfi-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cargo-features = ["workspace-inheritance"]

[package]
name = "marginfi-v2-cli"
version = "0.1.0"
Expand Down
2 changes: 2 additions & 0 deletions programs/marginfi/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cargo-features = ["workspace-inheritance"]

[package]
name = "marginfi-fuzz"
version = "0.0.0"
Expand Down
2 changes: 2 additions & 0 deletions test-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cargo-features = ["workspace-inheritance"]

[package]
name = "test-utilities"
version = "0.1.0"
Expand Down
2 changes: 2 additions & 0 deletions tools/llama-snapshot-tool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cargo-features = ["workspace-inheritance"]

[package]
name = "llama-snapshot-tool"
version = "0.1.0"
Expand Down

0 comments on commit 4490e36

Please sign in to comment.