Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiezzel committed May 27, 2024
1 parent 5f9e28c commit 316df22
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "subsquid-worker"
license = "AGPL-3.0-or-later"
version = "1.0.0-rc3"
version = "1.0.0"
edition = "2021"

[[bin]]
Expand Down Expand Up @@ -48,9 +48,9 @@ tracing-opentelemetry = "0.22.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
walkdir = "2.5.0"

contract-client = { git = "https://github.com/subsquid/subsquid-network.git", version = "1.0.0-rc1" }
subsquid-messages = { git = "https://github.com/subsquid/subsquid-network.git", version = "1.0.0-rc3" }
subsquid-network-transport = { git = "https://github.com/subsquid/subsquid-network.git", version = "1.0.0-rc3", features = ["worker", "metrics"] }
contract-client = { git = "https://github.com/subsquid/subsquid-network.git", version = "1.0.0" }
subsquid-messages = { git = "https://github.com/subsquid/subsquid-network.git", version = "1.0.0" }
subsquid-network-transport = { git = "https://github.com/subsquid/subsquid-network.git", version = "1.0.0", features = ["worker", "metrics"] }

[target.'cfg(not(target_env = "msvc"))'.dependencies]
tikv-jemallocator = "0.5"
Expand Down

0 comments on commit 316df22

Please sign in to comment.