Skip to content

Commit

Permalink
Release 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Mar 15, 2023
1 parent 49911aa commit 662a664
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 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 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 = "12.0.0"
version = "12.0.1"

[dependencies]
actix-cors = "=0.6.0-beta.4"
Expand Down
2 changes: 1 addition & 1 deletion indexer-selection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = "bin/sim.rs"

[dependencies]
arrayvec = "0.7"
cost-model = { git = "https://github.com/graphprotocol/agora", rev = "414a608" }
cost-model = { git = "https://github.com/graphprotocol/agora", rev = "a85f774" }
itertools = "0.10"
lazy_static = "1.4"
num-traits = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion prelude/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tokio = { version = "1.24", features = [
"sync",
"time",
] }
toolshed = { git = "https://github.com/edgeandnode/toolshed", tag = "v0.1.2" }
toolshed = { git = "https://github.com/edgeandnode/toolshed", tag = "v0.1.3" }
tracing = { version = "0.1", default-features = false, features = [
"attributes",
] }
Expand Down

0 comments on commit 662a664

Please sign in to comment.