Skip to content

Commit

Permalink
release 15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Nov 30, 2023
1 parent f2bbe0d commit 419909a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 33 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ jobs:
run: cargo test --lib

- name: Integration tests
# the cargo clean is to avoid running out of disk space, hopefully unnecessary in the future
run: cargo clean && cargo test --test '*'
run: cargo test --test '*'
46 changes: 20 additions & 26 deletions Cargo.lock

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

8 changes: 3 additions & 5 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 = "15.0.0"
version = "15.1.0"

[dependencies]
alloy-primitives.workspace = true
Expand All @@ -16,7 +16,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] }
cost-model = { git = "https://github.com/graphprotocol/agora", rev = "3367d76" }
ethers = { version = "2.0.10", default-features = false, features = ["abigen"] }
eventuals = "0.6.7"
faster-hex = "0.8.0"
faster-hex = "0.9.0"
futures = "0.3"
graph-subscriptions = { git = "https://github.com/edgeandnode/subscription-payments", rev = "334d18b" }
graphql = { git = "https://github.com/edgeandnode/toolshed", tag = "graphql-v0.3.0", default-features = false }
Expand All @@ -26,7 +26,7 @@ graphql-http = { git = "https://github.com/edgeandnode/toolshed.git", tag = "gra
hex = "0.4"
indexer-selection = { path = "../indexer-selection" }
indoc = "2.0.3"
itertools = "0.11"
itertools = "0.12.0"
lazy_static = "1.4"
maxminddb = "0.23"
prelude = { path = "../prelude" }
Expand Down Expand Up @@ -63,5 +63,3 @@ uuid = { version = "1.0", default-features = false, features = ["v4"] }
[dev-dependencies]
assert_matches = "1.5.0"
hyper = "0.14.24"
regex = "1.5"
test-with = { version = "0.12.0", default-features = false }

0 comments on commit 419909a

Please sign in to comment.