Skip to content

Commit

Permalink
script
Browse files Browse the repository at this point in the history
  • Loading branch information
swen authored and swen committed Oct 4, 2024
1 parent 1eed6e8 commit 2fc6f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-all-rust-crates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ echo "Logging in to crates.io..."
cargo login "${CRATES_IO_TOKEN}"

PROGRAMS=("aligned-sized" "light-heap" "light-bounded-vec" "light-utils" "light-hasher" "light-macros" "light-hash-set" "light-merkle-tree-reference" "light-concurrent-merkle-tree" "light-indexed-merkle-tree" "light-prover-client" "light-verifier" "account-compression" "light-system-program" "light-registry" "light-compressed-token")
SDKS=("photon-api" "forester-utils" "light-test-utils" "light-sdk-macros" "light-sdk")
SDKS=("light-sdk-macros" "light-sdk")

release_packages() {
local packages=("$@")
Expand Down

0 comments on commit 2fc6f6d

Please sign in to comment.