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

Commit

Permalink
v0.1.3 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
deekerno authored Nov 16, 2022
1 parent 997995a commit ffd5d2a
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
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.2"
version = "0.1.3"
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.2"
version = "0.1.3"
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.2"
version = "0.1.3"
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.2"
version = "0.1.3"
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.2"
version = "0.1.3"
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.2"
version = "0.1.3"
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.2"
version = "0.1.3"
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.2"
version = "0.1.3"
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.2"
version = "0.1.3"
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.2"
version = "0.1.3"
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.2"
version = "0.1.3"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down

0 comments on commit ffd5d2a

Please sign in to comment.