Skip to content

Commit 7f315e3

Browse files
authored
chore: release candidate 1.0.0 (#202)
* chore: release candidate 1.0.0 Signed-off-by: Gustavo Inacio <[email protected]> * chore(config): release 1.0.0-rc.1 Signed-off-by: Gustavo Inacio <[email protected]> --------- Signed-off-by: Gustavo Inacio <[email protected]>
1 parent a620b5a commit 7f315e3

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexer-config"
3-
version = "0.1.0"
3+
version = "1.0.0-rc.1"
44
edition = "2021"
55

66
[dependencies]

service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "service"
3-
version = "1.0.0-alpha.0"
3+
version = "1.0.0-rc.1"
44
edition = "2021"
55
license = "Apache-2.0"
66

tap-agent/Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexer-tap-agent"
3-
version = "0.1.0"
3+
version = "1.0.0-rc.1"
44
edition = "2021"
55
publish = false
66

@@ -21,20 +21,20 @@ log = "0.4.19"
2121
prometheus = "0.13.3"
2222
axum = "0.7.5"
2323
futures-util = "0.3.28"
24-
indexer-common = { version = "0.1.0", path = "../common" }
25-
indexer-config = { version = "0.1.0", path = "../config" }
24+
indexer-common = { path = "../common" }
25+
indexer-config = { path = "../config" }
2626
jsonrpsee = { version = "0.20.2", features = ["http-client", "macros"] }
2727
lazy_static = "1.4.0"
2828
reqwest = "0.12"
2929
serde = "1.0.188"
3030
serde_json = "1.0.104"
3131
serde_yaml = "0.9.25"
3232
sqlx = { version = "0.7.2", features = [
33-
"postgres",
34-
"runtime-tokio",
35-
"bigdecimal",
36-
"rust_decimal",
37-
"chrono",
33+
"postgres",
34+
"runtime-tokio",
35+
"bigdecimal",
36+
"rust_decimal",
37+
"chrono",
3838
] }
3939
tap_aggregator = "0.3.0"
4040
tap_core = "0.8.0"
@@ -43,11 +43,11 @@ tokio = { version = "1.33.0" }
4343
thegraph = { git = "https://github.com/edgeandnode/toolshed", tag = "thegraph-v0.5.0" }
4444
tracing = "0.1.37"
4545
tracing-subscriber = { version = "0.3", features = [
46-
"env-filter",
47-
"ansi",
48-
"fmt",
49-
"std",
50-
"json",
46+
"env-filter",
47+
"ansi",
48+
"fmt",
49+
"std",
50+
"json",
5151
] }
5252
ractor = "0.9"
5353

0 commit comments

Comments
 (0)