Skip to content

Commit

Permalink
chore: set indexer-service version to 1.0.0-alpha.0 (#119)
Browse files Browse the repository at this point in the history
This is needed because the gateway knows we're running TAP if the indexer-service version is >= 1.0.0

Signed-off-by: Alexis Asseman <[email protected]>
  • Loading branch information
aasseman authored Feb 7, 2024
1 parent d820f77 commit 6ba931c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[package]
name = "service"
version = "0.1.0"
version = "1.0.0-alpha.0"
edition = "2021"
description = "Could not find crate on crates.io and could not import with git and path at the same time, so copied a version directly at https://github.com/graphprotocol/indexer/blob/972658b3ce8c512ad7b4dc575d29cd9d5377e3fe/packages/indexer-native/native"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 6ba931c

Please sign in to comment.