Skip to content

Commit a313e7f

Browse files
authored
chore: release 1.0.0-rc.2 (#212)
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent d8bb519 commit a313e7f

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "1.0.0-rc.1"
3+
version = "1.0.0-rc.2"
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-rc.1"
3+
version = "1.0.0-rc.2"
44
edition = "2021"
55
license = "Apache-2.0"
66

tap-agent/Cargo.toml

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

@@ -30,11 +30,11 @@ 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)