Skip to content

Commit

Permalink
chore(toolshed): bump toolshed version v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LNSD committed Nov 21, 2023
1 parent 0fe719c commit caeaa72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion toolshed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit caeaa72

Please sign in to comment.