diff --git a/README.md b/README.md index f5e7660..e7eb1b4 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.3" } + toolshed = { git = "https://github.com/edgeandnode/toolshed", tag = "v0.3.0" } ``` * **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 9f8de7a..c16c2ae 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.3" +version = "0.3.0" edition = "2021" rust-version = "1.65.0"