Skip to content

Commit

Permalink
Use cargo-ws command
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Mar 6, 2022
1 parent 58b5765 commit d13c444
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
toolchain: ${{ env.RUST_TOOLCHAIN }}
- uses: Swatinem/rust-cache@v1
- name: Publish crates
run: nix shell .#ci --command cargo workspaces publish --from-git --yes --skip-published --token ${{ secrets.CARGO_PUBLISH_TOKEN }}
run: nix shell .#ci --command cargo-ws publish --from-git --yes --skip-published --token ${{ secrets.CARGO_PUBLISH_TOKEN }}

release-binaries:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saberhq/snapshots",
"version": "0.2.2",
"version": "0.2.3",
"description": "The TypeScript SDK for the Saber Voting Escrow Snapshot system.",
"keywords": [
"solana",
Expand Down
2 changes: 1 addition & 1 deletion programs/snapshots/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snapshots"
version = "0.2.2"
version = "0.2.3"
description = "Voting Escrow Snapshots: Historical snapshots of previous voting escrow balances."
edition = "2021"
homepage = "https://saber.so"
Expand Down
2 changes: 1 addition & 1 deletion programs/snapshots/math/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snapshots-math"
version = "0.2.2"
version = "0.2.3"
description = "Calculations for voting escrow snapshots."
edition = "2021"
homepage = "https://saber.so"
Expand Down

0 comments on commit d13c444

Please sign in to comment.