Skip to content

Commit

Permalink
chore: release candidate 1.0.0 (#202)
Browse files Browse the repository at this point in the history
* chore: release candidate 1.0.0

Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai>

* chore(config): release 1.0.0-rc.1

Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai>

---------

Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai>
  • Loading branch information
gusinacio committed Jun 6, 2024
1 parent a620b5a commit 7f315e3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexer-config"
version = "0.1.0"
version = "1.0.0-rc.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "service"
version = "1.0.0-alpha.0"
version = "1.0.0-rc.1"
edition = "2021"
license = "Apache-2.0"

Expand Down
26 changes: 13 additions & 13 deletions tap-agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexer-tap-agent"
version = "0.1.0"
version = "1.0.0-rc.1"
edition = "2021"
publish = false

Expand All @@ -21,20 +21,20 @@ log = "0.4.19"
prometheus = "0.13.3"
axum = "0.7.5"
futures-util = "0.3.28"
indexer-common = { version = "0.1.0", path = "../common" }
indexer-config = { version = "0.1.0", path = "../config" }
indexer-common = { path = "../common" }
indexer-config = { path = "../config" }
jsonrpsee = { version = "0.20.2", features = ["http-client", "macros"] }
lazy_static = "1.4.0"
reqwest = "0.12"
serde = "1.0.188"
serde_json = "1.0.104"
serde_yaml = "0.9.25"
sqlx = { version = "0.7.2", features = [
"postgres",
"runtime-tokio",
"bigdecimal",
"rust_decimal",
"chrono",
"postgres",
"runtime-tokio",
"bigdecimal",
"rust_decimal",
"chrono",
] }
tap_aggregator = "0.3.0"
tap_core = "0.8.0"
Expand All @@ -43,11 +43,11 @@ tokio = { version = "1.33.0" }
thegraph = { git = "https://github.com/edgeandnode/toolshed", tag = "thegraph-v0.5.0" }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3", features = [
"env-filter",
"ansi",
"fmt",
"std",
"json",
"env-filter",
"ansi",
"fmt",
"std",
"json",
] }
ractor = "0.9"

Expand Down

0 comments on commit 7f315e3

Please sign in to comment.