Skip to content

Commit

Permalink
release 17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Jan 29, 2024
1 parent e96eef3 commit d07459f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion gateway-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ rand.workspace = true
receipts.workspace = true
reqwest.workspace = true
secp256k1.workspace = true
semver.workspace = true
serde.workspace = true
serde_json = "1.0.111"
serde_with = "3.5.0"
Expand Down
3 changes: 1 addition & 2 deletions graph-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "graph-gateway"
version = "17.0.0"
version = "17.1.0"

[dependencies]
alloy-primitives.workspace = true
Expand All @@ -22,7 +22,6 @@ hickory-resolver = "0.24.0"
indexer-selection = { path = "../indexer-selection" }
indoc = "2.0.4"
itertools = "0.12.0"
lazy_static = "1.4"
pin-project = "1.1.4"
prometheus = { version = "0.13", default-features = false }
prost = "0.12.3"
Expand Down

0 comments on commit d07459f

Please sign in to comment.