Skip to content

Commit

Permalink
chore(toolshed): bump toolshed version v0.3.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
LNSD authored Nov 28, 2023
1 parent 3b299ec commit af7b1c8
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.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.

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.3"
version = "0.3.0"
edition = "2021"
rust-version = "1.65.0"

Expand Down

0 comments on commit af7b1c8

Please sign in to comment.