diff --git a/README.md b/README.md index 940bfd1..6492cf0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ services. * **toolshed:** A collection of rust modules that are shared between The Graph's network services. ```toml - toolshed = { git = "https://github.com/edgeandnode/toolshed", tag = "v0.2.2" } + toolshed = { git = "https://github.com/edgeandnode/toolshed", tag = "v0.2.3" } ``` * **graphql:** A collection of GraphQL related Rust modules that are share between The Graph's network services. diff --git a/toolshed/Cargo.toml b/toolshed/Cargo.toml index a2ba09d..f09cfa9 100644 --- a/toolshed/Cargo.toml +++ b/toolshed/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "toolshed" description = "A collection of Rust modules that are shared between The Graph's network services" -version = "0.2.2" +version = "0.2.3" edition = "2021" rust-version = "1.65.0"