Skip to content

Commit

Permalink
chore: release 1.0.0-rc.2 (#212)
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio authored Jun 18, 2024
1 parent d8bb519 commit a313e7f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

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

Expand Down
22 changes: 11 additions & 11 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 = "1.0.0-rc.1"
version = "1.0.0-rc.2"
edition = "2021"
publish = false

Expand Down Expand Up @@ -30,11 +30,11 @@ 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 a313e7f

Please sign in to comment.