Skip to content

Commit

Permalink
bump versions fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Feb 3, 2023
1 parent 56849d6 commit 8bedcda
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ jobs:
echo "CI_OS_NAME=linux" >> "$GITHUB_ENV"
- name: Build release tarball
run: ./ci/create-tarball.sh
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.RUST_VERSION_STABLE}}
override: true
profile: minimal
components: rustfmt
- name: Build release tarball
run: ./ci/create-tarball.sh
- name: Publish to crates registry
run: |
cargo publish -p plerkle_serialization --token $CARGO_TOKEN --no-verify || true
Expand Down
6 changes: 3 additions & 3 deletions plerkle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "plerkle"
description = "Geyser plugin with dynamic config reloading, message bus agnostic abstractions and a whole lot of fun."
version = "1.3.8"
version = "1.3.9"
authors = ["Metaplex Developers <[email protected]>"]
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin"
license = "AGPL-3.0"
Expand Down Expand Up @@ -31,9 +31,9 @@ cadence-macros = "0.29.0"
chrono = "0.4.19"
tracing = "0.1.35"
hex = "0.4.3"
plerkle_messenger = { path = "../plerkle_messenger", version = "1.3.8", features = ["redis"] }
plerkle_messenger = { path = "../plerkle_messenger", version = "1.3.9", features = ["redis"] }
flatbuffers = "22.10.26"
plerkle_serialization = { path = "../plerkle_serialization", version = "1.3.8" }
plerkle_serialization = { path = "../plerkle_serialization", version = "1.3.9" }
tokio = { version = "1.23.0", features = ["full"] }
figment = { version = "0.10.6", features = ["env", "test"] }

Expand Down
2 changes: 1 addition & 1 deletion plerkle_messenger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "plerkle_messenger"
description = "Metaplex Messenger trait for Geyser plugin producer/consumer patterns."
version = "1.3.8"
version = "1.3.9"
authors = ["Metaplex Developers <[email protected]>"]
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin"
license = "AGPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion plerkle_serialization/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "plerkle_serialization"
description = "Metaplex Flatbuffers Plerkle Serialization for Geyser plugin producer/consumer patterns."
version = "1.3.8"
version = "1.3.9"
authors = ["Metaplex Developers <[email protected]>"]
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin"
license = "AGPL-3.0"
Expand Down

0 comments on commit 8bedcda

Please sign in to comment.