Skip to content

Commit 6ba931c

Browse files
authored
chore: set indexer-service version to 1.0.0-alpha.0 (#119)
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]>
1 parent d820f77 commit 6ba931c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
22
name = "service"
3-
version = "0.1.0"
3+
version = "1.0.0-alpha.0"
44
edition = "2021"
5-
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"
65
license = "Apache-2.0"
76

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

0 commit comments

Comments
 (0)