Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
v0.1.2 (#323)
Browse files Browse the repository at this point in the history
* v0.1.2

* Fix syntax

* Fix syntax again

Co-authored-by: Rashad Alston <rashad@Rashads-MacBook-Pro.local>
  • Loading branch information
ra0x3 and Rashad Alston authored Nov 4, 2022
1 parent 522651e commit 4a57dbd
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 23 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,14 @@ jobs:
./.github/workflows/scripts/verify_tag.sh ${{ github.ref_name }} fuel-indexer-types/Cargo.toml
./.github/workflows/scripts/verify_tag.sh ${{ github.ref_name }} fuel-indexer/Cargo.toml
- name: Publish crate
- name: Install WASM target
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
target: wasm32-unknown-unknown

- name: Publish crates
uses: katyo/publish-crates@v1
with:
publish-delay: 30000
Expand Down
22 changes: 11 additions & 11 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 fuel-indexer-api-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-api-server"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion fuel-indexer-database/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-database"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion fuel-indexer-database/database-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-database-types"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion fuel-indexer-database/postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-postgres"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion fuel-indexer-database/sqlite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-sqlite"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion fuel-indexer-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-lib"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion fuel-indexer-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-macros"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion fuel-indexer-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-plugin"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion fuel-indexer-schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-schema"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion fuel-indexer-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-types"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion fuel-indexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down

0 comments on commit 4a57dbd

Please sign in to comment.